diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-03-01 23:35:06 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-03-14 07:16:33 +0300 |
commit | 9d95afd5971918b1aa8db1960ba24532c2d6ec89 (patch) | |
tree | cf6a14f2ced8ad73c955dd5d9700df4795f12060 /include/linux/fs.h | |
parent | f8b31710e46c852b2af1635d1b6fab8e69bf7799 (diff) | |
download | linux-9d95afd5971918b1aa8db1960ba24532c2d6ec89.tar.xz |
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.h | 5 |
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 extern int vfs_whiteout(struct inode *, struct dentry *); /* - * VFS dentry helper functions. - */ -extern void dentry_unhash(struct dentry *dentry); - -/* * VFS file helper functions. */ extern void inode_init_owner(struct inode *inode, const struct inode *dir, |