Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

+2 -1
+2 -1
fs/ext4/Kconfig
··· 71 71 Enables run-time debugging support for the ext4 filesystem. 72 72 73 73 If you select Y here, then you will be able to turn on debugging 74 - with a command such as "echo 1 > /sys/kernel/debug/ext4/mballoc-debug" 74 + with a command such as: 75 + echo 1 > /sys/module/ext4/parameters/mballoc_debug