diff options
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 0fa0c1193e..6a649902c5 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -251,7 +251,7 @@ config JBD2 | |||
251 | 251 | ||
252 | config JBD2_DEBUG | 252 | config JBD2_DEBUG |
253 | bool "JBD2 (ext4dev/ext4) debugging support" | 253 | bool "JBD2 (ext4dev/ext4) debugging support" |
254 | depends on JBD2 | 254 | depends on JBD2 && DEBUG_FS |
255 | help | 255 | help |
256 | If you are using the ext4dev/ext4 journaled file system (or | 256 | If you are using the ext4dev/ext4 journaled file system (or |
257 | potentially any other filesystem/device using JBD2), this option | 257 | potentially any other filesystem/device using JBD2), this option |
@@ -260,10 +260,10 @@ config JBD2_DEBUG | |||
260 | By default, the debugging output will be turned off. | 260 | By default, the debugging output will be turned off. |
261 | 261 | ||
262 | If you select Y here, then you will be able to turn on debugging | 262 | If you select Y here, then you will be able to turn on debugging |
263 | with "echo N > /proc/sys/fs/jbd2-debug", where N is a number between | 263 | with "echo N > /sys/kernel/debug/jbd2/jbd2-debug", where N is a |
264 | 1 and 5. The higher the number, the more debugging output is | 264 | number between 1 and 5. The higher the number, the more debugging |
265 | generated. To turn debugging off again, do | 265 | output is generated. To turn debugging off again, do |
266 | "echo 0 > /proc/sys/fs/jbd2-debug". | 266 | "echo 0 > /sys/kernel/debug/jbd2/jbd2-debug". |
267 | 267 | ||
268 | config FS_MBCACHE | 268 | config FS_MBCACHE |
269 | # Meta block cache for Extended Attributes (ext2/ext3/ext4) | 269 | # Meta block cache for Extended Attributes (ext2/ext3/ext4) |
@@ -991,7 +991,7 @@ config TMPFS_POSIX_ACL | |||
991 | 991 | ||
992 | config HUGETLBFS | 992 | config HUGETLBFS |
993 | bool "HugeTLB file system support" | 993 | bool "HugeTLB file system support" |
994 | depends on X86 || IA64 || PPC64 || SPARC64 || SUPERH || BROKEN | 994 | depends on X86 || IA64 || PPC64 || SPARC64 || (SUPERH && MMU) || BROKEN |
995 | help | 995 | help |
996 | hugetlbfs is a filesystem backing for HugeTLB pages, based on | 996 | hugetlbfs is a filesystem backing for HugeTLB pages, based on |
997 | ramfs. For architectures that support it, say Y here and read | 997 | ramfs. For architectures that support it, say Y here and read |
@@ -1675,6 +1675,7 @@ config NFSD_V3_ACL | |||
1675 | config NFSD_V4 | 1675 | config NFSD_V4 |
1676 | bool "Provide NFSv4 server support (EXPERIMENTAL)" | 1676 | bool "Provide NFSv4 server support (EXPERIMENTAL)" |
1677 | depends on NFSD_V3 && EXPERIMENTAL | 1677 | depends on NFSD_V3 && EXPERIMENTAL |
1678 | select RPCSEC_GSS_KRB5 | ||
1678 | help | 1679 | help |
1679 | If you would like to include the NFSv4 server as well as the NFSv2 | 1680 | If you would like to include the NFSv4 server as well as the NFSv2 |
1680 | and NFSv3 servers, say Y here. This feature is experimental, and | 1681 | and NFSv3 servers, say Y here. This feature is experimental, and |
@@ -2048,7 +2049,7 @@ config AFS_DEBUG | |||
2048 | 2049 | ||
2049 | config 9P_FS | 2050 | config 9P_FS |
2050 | tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)" | 2051 | tristate "Plan 9 Resource Sharing Support (9P2000) (Experimental)" |
2051 | depends on INET && EXPERIMENTAL | 2052 | depends on INET && NET_9P && EXPERIMENTAL |
2052 | help | 2053 | help |
2053 | If you say Y here, you will get experimental support for | 2054 | If you say Y here, you will get experimental support for |
2054 | Plan 9 resource sharing via the 9P2000 protocol. | 2055 | Plan 9 resource sharing via the 9P2000 protocol. |