diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 6 |
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" | |||
68 | source "fs/autofs4/Kconfig" | 68 | source "fs/autofs4/Kconfig" |
69 | source "fs/fuse/Kconfig" | 69 | source "fs/fuse/Kconfig" |
70 | 70 | ||
71 | config GENERIC_ACL | ||
72 | bool | ||
73 | select FS_POSIX_ACL | ||
74 | |||
75 | menu "Caches" | 71 | menu "Caches" |
76 | 72 | ||
77 | source "fs/fscache/Kconfig" | 73 | source "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, |