aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2013-04-21 20:32:03 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-07 19:57:27 -0700
commit8b715460ae5db65f37aefdd3d1330189e193f789 (patch)
treeef566c664c1e34e6a0306245437129f03932f559 /fs/ext4
parent9b2bdb66b65fcbdd4f3a3d08c28e4c46b4a59364 (diff)
downloadkernel_samsung_smdk4412-8b715460ae5db65f37aefdd3d1330189e193f789.zip
kernel_samsung_smdk4412-8b715460ae5db65f37aefdd3d1330189e193f789.tar.gz
kernel_samsung_smdk4412-8b715460ae5db65f37aefdd3d1330189e193f789.tar.bz2
ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG
commit 7f3e3c7cfcec148ccca9c0dd2dbfd7b00b7ac10f upstream. Fox the Kconfig documentation for CONFIG_EXT4_DEBUG to match the change made by commit a0b30c1229: ext4: use module parameters instead of debugfs for mballoc_debug Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/ext4')
-rw-r--r--fs/ext4/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
index 9ed1bb1..5459168 100644
--- a/fs/ext4/Kconfig
+++ b/fs/ext4/Kconfig
@@ -82,4 +82,5 @@ config EXT4_DEBUG
Enables run-time debugging support for the ext4 filesystem.
If you select Y here, then you will be able to turn on debugging
- with a command such as "echo 1 > /sys/kernel/debug/ext4/mballoc-debug"
+ with a command such as:
+ echo 1 > /sys/module/ext4/parameters/mballoc_debug