aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2013-12-20 08:16:54 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2014-01-26 08:26:40 -0500
commitfeda821e76f3bbbba4bd54d30b4d4005a7848aa5 (patch)
treeebd9b6935393c4764dd8ac2f55251380ee9c9319 /fs/Kconfig
parent013cdf1088d7235da9477a2375654921d9b9ba9f (diff)
fs: remove generic_acl
And instead convert tmpfs to use the new generic ACL code, with two stub methods provided for in-memory filesystems. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index c229f828eb01..7385e54be4b9 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -68,10 +68,6 @@ source "fs/quota/Kconfig"
68source "fs/autofs4/Kconfig" 68source "fs/autofs4/Kconfig"
69source "fs/fuse/Kconfig" 69source "fs/fuse/Kconfig"
70 70
71config GENERIC_ACL
72 bool
73 select FS_POSIX_ACL
74
75menu "Caches" 71menu "Caches"
76 72
77source "fs/fscache/Kconfig" 73source "fs/fscache/Kconfig"
@@ -119,7 +115,7 @@ config TMPFS_POSIX_ACL
119 bool "Tmpfs POSIX Access Control Lists" 115 bool "Tmpfs POSIX Access Control Lists"
120 depends on TMPFS 116 depends on TMPFS
121 select TMPFS_XATTR 117 select TMPFS_XATTR
122 select GENERIC_ACL 118 select FS_POSIX_ACL
123 help 119 help
124 POSIX Access Control Lists (ACLs) support additional access rights 120 POSIX Access Control Lists (ACLs) support additional access rights
125 for users and groups beyond the standard owner/group/world scheme, 121 for users and groups beyond the standard owner/group/world scheme,