diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-06-15 11:37:47 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-06-29 12:57:20 +0400 |
commit | 0b3fca1fd1499f0f5a7486d494f96538f2b7e5b9 (patch) | |
tree | 53c2152346840cc335483543c166cd47914fbfb0 /include | |
parent | 6b5e1223d9c3fae19b1a2acd789d9dab97de67c4 (diff) | |
download | linux-0b3fca1fd1499f0f5a7486d494f96538f2b7e5b9.tar.bz2 |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index ab11c44b0697..1db01c13ddce 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2311,7 +2311,6 @@ extern struct file * open_exec(const char *); /* fs/dcache.c -- generic fs support functions */ extern int is_subdir(struct dentry *, struct dentry *); extern int path_is_under(struct path *, struct path *); -extern ino_t find_inode_number(struct dentry *, struct qstr *); #include <linux/err.h> |