diff options
author | Miklos Szeredi <mszeredi@redhat.com> | 2016-08-03 13:44:27 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@redhat.com> | 2016-08-03 13:57:57 +0200 |
commit | f0fce87c36aec5c4a895c78b76396f5727047b93 (patch) | |
tree | def452517c94f79b66239361ebb7739083ad19d4 /fs/internal.h | |
parent | 3e5a4c94a4f88b545d64bbfc7647b06b92c66e98 (diff) | |
download | linux-f0fce87c36aec5c4a895c78b76396f5727047b93.tar.gz linux-f0fce87c36aec5c4a895c78b76396f5727047b93.tar.bz2 linux-f0fce87c36aec5c4a895c78b76396f5727047b93.zip |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h index f57ced528cde..30b568f02613 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 |