aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 65781de44fc0..b5e582bd769d 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -47,6 +47,9 @@ source "fs/nilfs2/Kconfig"
47 47
48endif # BLOCK 48endif # BLOCK
49 49
50config EXPORTFS
51 tristate
52
50config FILE_LOCKING 53config FILE_LOCKING
51 bool "Enable POSIX file locking API" if EMBEDDED 54 bool "Enable POSIX file locking API" if EMBEDDED
52 default y 55 default y
@@ -222,9 +225,6 @@ config LOCKD_V4
222 depends on FILE_LOCKING 225 depends on FILE_LOCKING
223 default y 226 default y
224 227
225config EXPORTFS
226 tristate
227
228config NFS_ACL_SUPPORT 228config NFS_ACL_SUPPORT
229 tristate 229 tristate
230 select FS_POSIX_ACL 230 select FS_POSIX_ACL