]> git.baikalelectronics.ru Git - kernel.git/commit
kill find_inode_number()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 15 Jun 2013 07:37:47 +0000 (11:37 +0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 29 Jun 2013 08:57:20 +0000 (12:57 +0400)
commit3a1e1488cc75195eb4bfbc6f65e3106a5fe2516c
tree53c2152346840cc335483543c166cd47914fbfb0
parent378615f2057a88df882ca2a1e728eba2a40efe13
kill find_inode_number()

the only remaining caller (in ncpfs) is guaranteed to return 0 -
we only hit it if we'd just checked that there's no dentry with
such name.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/dcache.c
fs/ncpfs/dir.c
include/linux/fs.h