aboutsummaryrefslogtreecommitdiffstats
path: root/fs/inode.c
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/inode.c
parentvfs: remove file_needs_remove_privs() (diff)
downloadlinux-dev-f0fce87c36aec5c4a895c78b76396f5727047b93.tar.xz
linux-dev-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/inode.c')
-rw-r--r--fs/inode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/inode.c b/fs/inode.c
index 68db39050446..2029357fcf97 100644
--- a/fs/inode.c
+++ b/fs/inode.c
@@ -1720,7 +1720,6 @@ int dentry_needs_remove_privs(struct dentry *dentry)
mask |= ATTR_KILL_PRIV;
return mask;
}
-EXPORT_SYMBOL(dentry_needs_remove_privs);
static int __remove_privs(struct dentry *dentry, int kill)
{