mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG
commit7f3e3c7cfc
upstream. Fox the Kconfig documentation for CONFIG_EXT4_DEBUG to match the change made by commita0b30c1229
: 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>
This commit is contained in:
parent
7e30abf754
commit
165628d135
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue