summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2016-08-03 11:44:27 (GMT)
committerMiklos Szeredi <mszeredi@redhat.com>2016-08-03 11:57:57 (GMT)
commitf0fce87c36aec5c4a895c78b76396f5727047b93 (patch)
treedef452517c94f79b66239361ebb7739083ad19d4 /include
parent3e5a4c94a4f88b545d64bbfc7647b06b92c66e98 (diff)
downloadlinux-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 3888341..448641b 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)