]> git.karo-electronics.de Git - karo-tx-linux.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)
commit0b3fca1fd1499f0f5a7486d494f96538f2b7e5b9
tree53c2152346840cc335483543c166cd47914fbfb0
parent6b5e1223d9c3fae19b1a2acd789d9dab97de67c4
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