diff options
Diffstat (limited to 'fs/ext4/Kconfig')
-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 987358740cb9..efea5d5c44ce 100644 --- a/fs/ext4/Kconfig +++ b/fs/ext4/Kconfig | |||
@@ -71,4 +71,5 @@ config EXT4_DEBUG | |||
71 | Enables run-time debugging support for the ext4 filesystem. | 71 | Enables run-time debugging support for the ext4 filesystem. |
72 | 72 | ||
73 | If you select Y here, then you will be able to turn on debugging | 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 | ||