X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fjbd2%2FKconfig;h=5a9f5534d57be626cd4d723ee93aec6375faac62;hb=35c23d5d797629a83389bf5dccc5e4a7fb477504;hp=69a48c2944da682c8a133fe75183c086ef08813b;hpb=c062c4d1de57789bf15f7641a24c429eeb8a1c6a;p=~andy%2Flinux diff --git a/fs/jbd2/Kconfig b/fs/jbd2/Kconfig index 69a48c2944d..5a9f5534d57 100644 --- a/fs/jbd2/Kconfig +++ b/fs/jbd2/Kconfig @@ -20,7 +20,7 @@ config JBD2 config JBD2_DEBUG bool "JBD2 (ext4) debugging support" - depends on JBD2 && DEBUG_FS + depends on JBD2 help If you are using the ext4 journaled file system (or potentially any other filesystem/device using JBD2), this option @@ -29,7 +29,7 @@ config JBD2_DEBUG By default, the debugging output will be turned off. If you select Y here, then you will be able to turn on debugging - with "echo N > /sys/kernel/debug/jbd2/jbd2-debug", where N is a + with "echo N > /sys/module/jbd2/parameters/jbd2_debug", where N is a number between 1 and 5. The higher the number, the more debugging output is generated. To turn debugging off again, do - "echo 0 > /sys/kernel/debug/jbd2/jbd2-debug". + "echo 0 > /sys/module/jbd2/parameters/jbd2_debug".