diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2005-07-07 20:56:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-07 21:23:45 -0400 |
commit | b84c21572de8a732062eff5592e3c4b3b1793bb8 (patch) | |
tree | 7dd856a718127f6c525b0e1e86a5965497cccccb /fs/Kconfig | |
parent | a39722034ae37f80a1803bf781fe3fe1b03e20bc (diff) |
[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>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 062177956239..aae0686a15fb 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -29,6 +29,7 @@ config EXT2_FS_XATTR | |||
29 | config EXT2_FS_POSIX_ACL | 29 | config EXT2_FS_POSIX_ACL |
30 | bool "Ext2 POSIX Access Control Lists" | 30 | bool "Ext2 POSIX Access Control Lists" |
31 | depends on EXT2_FS_XATTR | 31 | depends on EXT2_FS_XATTR |
32 | select FS_POSIX_ACL | ||
32 | help | 33 | help |
33 | Posix Access Control Lists (ACLs) support permissions for users and | 34 | Posix Access Control Lists (ACLs) support permissions for users and |
34 | groups beyond the owner/group/world scheme. | 35 | groups beyond the owner/group/world scheme. |
@@ -114,6 +115,7 @@ config EXT3_FS_XATTR | |||
114 | config EXT3_FS_POSIX_ACL | 115 | config EXT3_FS_POSIX_ACL |
115 | bool "Ext3 POSIX Access Control Lists" | 116 | bool "Ext3 POSIX Access Control Lists" |
116 | depends on EXT3_FS_XATTR | 117 | depends on EXT3_FS_XATTR |
118 | select FS_POSIX_ACL | ||
117 | help | 119 | help |
118 | Posix Access Control Lists (ACLs) support permissions for users and | 120 | Posix Access Control Lists (ACLs) support permissions for users and |
119 | groups beyond the owner/group/world scheme. | 121 | groups beyond the owner/group/world scheme. |
@@ -241,6 +243,7 @@ config REISERFS_FS_XATTR | |||
241 | config REISERFS_FS_POSIX_ACL | 243 | config REISERFS_FS_POSIX_ACL |
242 | bool "ReiserFS POSIX Access Control Lists" | 244 | bool "ReiserFS POSIX Access Control Lists" |
243 | depends on REISERFS_FS_XATTR | 245 | depends on REISERFS_FS_XATTR |
246 | select FS_POSIX_ACL | ||
244 | help | 247 | help |
245 | Posix Access Control Lists (ACLs) support permissions for users and | 248 | Posix Access Control Lists (ACLs) support permissions for users and |
246 | groups beyond the owner/group/world scheme. | 249 | groups beyond the owner/group/world scheme. |
@@ -274,6 +277,7 @@ config JFS_FS | |||
274 | config JFS_POSIX_ACL | 277 | config JFS_POSIX_ACL |
275 | bool "JFS POSIX Access Control Lists" | 278 | bool "JFS POSIX Access Control Lists" |
276 | depends on JFS_FS | 279 | depends on JFS_FS |
280 | select FS_POSIX_ACL | ||
277 | help | 281 | help |
278 | Posix Access Control Lists (ACLs) support permissions for users and | 282 | Posix Access Control Lists (ACLs) support permissions for users and |
279 | groups beyond the owner/group/world scheme. | 283 | groups beyond the owner/group/world scheme. |
@@ -318,8 +322,7 @@ config FS_POSIX_ACL | |||
318 | # Never use this symbol for ifdefs. | 322 | # Never use this symbol for ifdefs. |
319 | # | 323 | # |
320 | bool | 324 | bool |
321 | depends on EXT2_FS_POSIX_ACL || EXT3_FS_POSIX_ACL || JFS_POSIX_ACL || REISERFS_FS_POSIX_ACL || NFSD_V4 | 325 | default n |
322 | default y | ||
323 | 326 | ||
324 | source "fs/xfs/Kconfig" | 327 | source "fs/xfs/Kconfig" |
325 | 328 | ||
@@ -1438,6 +1441,7 @@ config NFSD_V4 | |||
1438 | select NFSD_TCP | 1441 | select NFSD_TCP |
1439 | select CRYPTO_MD5 | 1442 | select CRYPTO_MD5 |
1440 | select CRYPTO | 1443 | select CRYPTO |
1444 | select FS_POSIX_ACL | ||
1441 | help | 1445 | help |
1442 | If you would like to include the NFSv4 server as well as the NFSv2 | 1446 | If you would like to include the NFSv4 server as well as the NFSv2 |
1443 | and NFSv3 servers, say Y here. This feature is experimental, and | 1447 | and NFSv3 servers, say Y here. This feature is experimental, and |