Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] acl kconfig cleanup

Original patch from Matt Mackall <mpm@selenic.com>

Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Andreas Gruenbacher and committed by
Linus Torvalds
b84c2157 a3972203

+6 -2
+6 -2
fs/Kconfig
··· 29 29 config EXT2_FS_POSIX_ACL 30 30 bool "Ext2 POSIX Access Control Lists" 31 31 depends on EXT2_FS_XATTR 32 + select FS_POSIX_ACL 32 33 help 33 34 Posix Access Control Lists (ACLs) support permissions for users and 34 35 groups beyond the owner/group/world scheme. ··· 115 114 config EXT3_FS_POSIX_ACL 116 115 bool "Ext3 POSIX Access Control Lists" 117 116 depends on EXT3_FS_XATTR 117 + select FS_POSIX_ACL 118 118 help 119 119 Posix Access Control Lists (ACLs) support permissions for users and 120 120 groups beyond the owner/group/world scheme. ··· 243 241 config REISERFS_FS_POSIX_ACL 244 242 bool "ReiserFS POSIX Access Control Lists" 245 243 depends on REISERFS_FS_XATTR 244 + select FS_POSIX_ACL 246 245 help 247 246 Posix Access Control Lists (ACLs) support permissions for users and 248 247 groups beyond the owner/group/world scheme. ··· 277 274 config JFS_POSIX_ACL 278 275 bool "JFS POSIX Access Control Lists" 279 276 depends on JFS_FS 277 + select FS_POSIX_ACL 280 278 help 281 279 Posix Access Control Lists (ACLs) support permissions for users and 282 280 groups beyond the owner/group/world scheme. ··· 322 318 # Never use this symbol for ifdefs. 323 319 # 324 320 bool 325 - depends on EXT2_FS_POSIX_ACL || EXT3_FS_POSIX_ACL || JFS_POSIX_ACL || REISERFS_FS_POSIX_ACL || NFSD_V4 326 - default y 321 + default n 327 322 328 323 source "fs/xfs/Kconfig" 329 324 ··· 1441 1438 select NFSD_TCP 1442 1439 select CRYPTO_MD5 1443 1440 select CRYPTO 1441 + select FS_POSIX_ACL 1444 1442 help 1445 1443 If you would like to include the NFSv4 server as well as the NFSv2 1446 1444 and NFSv3 servers, say Y here. This feature is experimental, and