diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 771f457402d4..3db9caa57edc 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -30,15 +30,6 @@ config FS_MBCACHE | |||
30 | source "fs/reiserfs/Kconfig" | 30 | source "fs/reiserfs/Kconfig" |
31 | source "fs/jfs/Kconfig" | 31 | source "fs/jfs/Kconfig" |
32 | 32 | ||
33 | config FS_POSIX_ACL | ||
34 | # Posix ACL utility routines (for now, only ext2/ext3/jfs/reiserfs/nfs4) | ||
35 | # | ||
36 | # NOTE: you can implement Posix ACLs without these helpers (XFS does). | ||
37 | # Never use this symbol for ifdefs. | ||
38 | # | ||
39 | bool | ||
40 | default n | ||
41 | |||
42 | source "fs/xfs/Kconfig" | 33 | source "fs/xfs/Kconfig" |
43 | source "fs/gfs2/Kconfig" | 34 | source "fs/gfs2/Kconfig" |
44 | source "fs/ocfs2/Kconfig" | 35 | source "fs/ocfs2/Kconfig" |
@@ -47,11 +38,19 @@ source "fs/nilfs2/Kconfig" | |||
47 | 38 | ||
48 | endif # BLOCK | 39 | endif # BLOCK |
49 | 40 | ||
41 | # Posix ACL utility routines | ||
42 | # | ||
43 | # Note: Posix ACLs can be implemented without these helpers. Never use | ||
44 | # this symbol for ifdefs in core code. | ||
45 | # | ||
46 | config FS_POSIX_ACL | ||
47 | def_bool n | ||
48 | |||
50 | config EXPORTFS | 49 | config EXPORTFS |
51 | tristate | 50 | tristate |
52 | 51 | ||
53 | config FILE_LOCKING | 52 | config FILE_LOCKING |
54 | bool "Enable POSIX file locking API" if EMBEDDED | 53 | bool "Enable POSIX file locking API" if EXPERT |
55 | default y | 54 | default y |
56 | help | 55 | help |
57 | This option enables standard file locking support, required | 56 | This option enables standard file locking support, required |