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)
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>

No differences found