summaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2016-08-03 13:44:27 +0200
committerMiklos Szeredi <mszeredi@redhat.com>2016-08-03 13:57:57 +0200
commitf0fce87c36aec5c4a895c78b76396f5727047b93 (patch)
treedef452517c94f79b66239361ebb7739083ad19d4 /include/linux/fs.h
parent3e5a4c94a4f88b545d64bbfc7647b06b92c66e98 (diff)
downloadlinux-0-day-f0fce87c36aec5c4a895c78b76396f5727047b93.tar.gz
linux-0-day-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/linux/fs.h')
-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 3888341913ef7..448641bcafc5d 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)