aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2019-02-21 11:37:28 -0500
committerTheodore Ts'o <tytso@mit.edu>2019-02-21 11:37:28 -0500
commit231fe82b5609c5d679f81073739c6132aaf166ea (patch)
treee4ac752ee40d21d0988da412caf93f7321f0ecb3 /fs/ext4
parentext4: fix compile error when using BUFFER_TRACE (diff)
downloadlinux-dev-231fe82b5609c5d679f81073739c6132aaf166ea.tar.xz
linux-dev-231fe82b5609c5d679f81073739c6132aaf166ea.zip
ext4: Change debugging support help prefix from EXT4 to Ext4
All other configuration options for the ext* family of file systems use "Ext%u" instead of "EXT%u". Fixes: 6ba495e9259cd9a0 ("ext4: Add configurable run-time mballoc debugging") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4')
-rw-r--r--fs/ext4/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
index a453cc87082b..112b475f6981 100644
--- a/fs/ext4/Kconfig
+++ b/fs/ext4/Kconfig
@@ -112,7 +112,7 @@ config EXT4_FS_ENCRYPTION
depends on EXT4_ENCRYPTION
config EXT4_DEBUG
- bool "EXT4 debugging support"
+ bool "Ext4 debugging support"
depends on EXT4_FS
help
Enables run-time debugging support for the ext4 filesystem.