aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig11
1 files changed, 6 insertions, 5 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index d8062745716a..cc28a69246a7 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -140,6 +140,7 @@ config EXT4DEV_FS
140 tristate "Ext4dev/ext4 extended fs support development (EXPERIMENTAL)" 140 tristate "Ext4dev/ext4 extended fs support development (EXPERIMENTAL)"
141 depends on EXPERIMENTAL 141 depends on EXPERIMENTAL
142 select JBD2 142 select JBD2
143 select CRC16
143 help 144 help
144 Ext4dev is a predecessor filesystem of the next generation 145 Ext4dev is a predecessor filesystem of the next generation
145 extended fs ext4, based on ext3 filesystem code. It will be 146 extended fs ext4, based on ext3 filesystem code. It will be
@@ -219,7 +220,7 @@ config JBD
219 220
220config JBD_DEBUG 221config JBD_DEBUG
221 bool "JBD (ext3) debugging support" 222 bool "JBD (ext3) debugging support"
222 depends on JBD 223 depends on JBD && DEBUG_FS
223 help 224 help
224 If you are using the ext3 journaled file system (or potentially any 225 If you are using the ext3 journaled file system (or potentially any
225 other file system/device using JBD), this option allows you to 226 other file system/device using JBD), this option allows you to
@@ -228,10 +229,10 @@ config JBD_DEBUG
228 debugging output will be turned off. 229 debugging output will be turned off.
229 230
230 If you select Y here, then you will be able to turn on debugging 231 If you select Y here, then you will be able to turn on debugging
231 with "echo N > /proc/sys/fs/jbd-debug", where N is a number between 232 with "echo N > /sys/kernel/debug/jbd/jbd-debug", where N is a
232 1 and 5, the higher the number, the more debugging output is 233 number between 1 and 5, the higher the number, the more debugging
233 generated. To turn debugging off again, do 234 output is generated. To turn debugging off again, do
234 "echo 0 > /proc/sys/fs/jbd-debug". 235 "echo 0 > /sys/kernel/debug/jbd/jbd-debug".
235 236
236config JBD2 237config JBD2
237 tristate 238 tristate