aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig8
1 files changed, 6 insertions, 2 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 8d50a610c0e0..f93fd41b025d 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -29,6 +29,7 @@ config EXT2_FS_XATTR
29config EXT2_FS_POSIX_ACL 29config 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
114config EXT3_FS_POSIX_ACL 115config 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
241config REISERFS_FS_POSIX_ACL 243config 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
274config JFS_POSIX_ACL 277config 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
324source "fs/xfs/Kconfig" 327source "fs/xfs/Kconfig"
325 328
@@ -1430,6 +1433,7 @@ config NFSD_V4
1430 select NFSD_TCP 1433 select NFSD_TCP
1431 select CRYPTO_MD5 1434 select CRYPTO_MD5
1432 select CRYPTO 1435 select CRYPTO
1436 select FS_POSIX_ACL
1433 help 1437 help
1434 If you would like to include the NFSv4 server as well as the NFSv2 1438 If you would like to include the NFSv4 server as well as the NFSv2
1435 and NFSv3 servers, say Y here. This feature is experimental, and 1439 and NFSv3 servers, say Y here. This feature is experimental, and