X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2FKconfig;h=7385e54be4b9adbdd8a4c2d0ed3cafd3b516820a;hb=5c2740280fef1c2da7835dea3856b5e9fc2a4bfd;hp=c229f828eb012ea32a13c306cf1953ae85e3ca2a;hpb=2436e8aa8abef2536dc3bfb554f8dcb3a8b07560;p=cascardo%2Flinux.git 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" source "fs/autofs4/Kconfig" source "fs/fuse/Kconfig" -config GENERIC_ACL - bool - select FS_POSIX_ACL - menu "Caches" source "fs/fscache/Kconfig" @@ -119,7 +115,7 @@ config TMPFS_POSIX_ACL bool "Tmpfs POSIX Access Control Lists" depends on TMPFS select TMPFS_XATTR - select GENERIC_ACL + select FS_POSIX_ACL help POSIX Access Control Lists (ACLs) support additional access rights for users and groups beyond the standard owner/group/world scheme,