diff options
author | Theodore Ts'o <tytso@mit.edu> | 2013-04-21 20:32:03 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2013-04-21 20:32:03 -0400 |
commit | 7f3e3c7cfcec148ccca9c0dd2dbfd7b00b7ac10f (patch) | |
tree | b2877c3262030316f872e0e8a0565ba0ed64bc03 /fs/ext4 | |
parent | c5c72d814cf0f650010337c73638b25e6d14d2d4 (diff) | |
download | op-kernel-dev-7f3e3c7cfcec148ccca9c0dd2dbfd7b00b7ac10f.zip op-kernel-dev-7f3e3c7cfcec148ccca9c0dd2dbfd7b00b7ac10f.tar.gz |
ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG
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>
Cc: stable@vger.kernel.org
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig index 9873587..efea5d5 100644 --- a/fs/ext4/Kconfig +++ b/fs/ext4/Kconfig @@ -71,4 +71,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 |