summaryrefslogtreecommitdiffstats
path: root/fs/internal.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 /fs/internal.h
parent3e5a4c94a4f88b545d64bbfc7647b06b92c66e98 (diff)
downloadop-kernel-dev-f0fce87c36aec5c4a895c78b76396f5727047b93.zip
op-kernel-dev-f0fce87c36aec5c4a895c78b76396f5727047b93.tar.gz
vfs: make dentry_needs_remove_privs() internal
Only used by the vfs. Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/internal.h')
-rw-r--r--fs/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h
index f57ced5..30b568f 100644
--- a/fs/internal.h
+++ b/fs/internal.h
@@ -114,6 +114,7 @@ extern int vfs_open(const struct path *, struct file *, const struct cred *);
*/
extern long prune_icache_sb(struct super_block *sb, struct shrink_control *sc);
extern void inode_add_lru(struct inode *inode);
+extern int dentry_needs_remove_privs(struct dentry *dentry);
/*
* fs-writeback.c
OpenPOWER on IntegriCloud