summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-03-01 15:35:06 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2016-03-14 00:16:33 -0400
commit9d95afd5971918b1aa8db1960ba24532c2d6ec89 (patch)
treecf6a14f2ced8ad73c955dd5d9700df4795f12060 /include/linux/fs.h
parentf8b31710e46c852b2af1635d1b6fab8e69bf7799 (diff)
kill dentry_unhash()
the last user is gone Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index ae681002100a..c577923cd400 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1540,11 +1540,6 @@ extern int vfs_rename(struct inode *, struct dentry *, struct inode *, struct de
1540extern int vfs_whiteout(struct inode *, struct dentry *); 1540extern int vfs_whiteout(struct inode *, struct dentry *);
1541 1541
1542/* 1542/*
1543 * VFS dentry helper functions.
1544 */
1545extern void dentry_unhash(struct dentry *dentry);
1546
1547/*
1548 * VFS file helper functions. 1543 * VFS file helper functions.
1549 */ 1544 */
1550extern void inode_init_owner(struct inode *inode, const struct inode *dir, 1545extern void inode_init_owner(struct inode *inode, const struct inode *dir,