From: Theodore Ts'o Date: Mon, 22 Apr 2013 00:32:03 +0000 (-0400) Subject: ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG X-Git-Tag: upstream/snapshot3+hdmi~5089^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f3e3c7cfcec148ccca9c0dd2dbfd7b00b7ac10f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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" Cc: stable@vger.kernel.org --- 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