diff options
author | Miklos Szeredi <mszeredi@redhat.com> | 2016-08-03 14:44:27 +0300 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2016-08-03 14:57:57 +0300 |
commit | f0fce87c36aec5c4a895c78b76396f5727047b93 (patch) | |
tree | def452517c94f79b66239361ebb7739083ad19d4 /include | |
parent | 3e5a4c94a4f88b545d64bbfc7647b06b92c66e98 (diff) | |
download | linux-f0fce87c36aec5c4a895c78b76396f5727047b93.tar.xz |
vfs: make dentry_needs_remove_privs() internal
Only used by the vfs.
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
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 3888341913ef..448641bcafc5 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2725,7 +2725,6 @@ extern struct inode *new_inode(struct super_block *sb); extern void free_inode_nonrcu(struct inode *inode); extern int should_remove_suid(struct dentry *); extern int file_remove_privs(struct file *); -extern int dentry_needs_remove_privs(struct dentry *dentry); extern void __insert_inode_hash(struct inode *, unsigned long hashval); static inline void insert_inode_hash(struct inode *inode) |