]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/3.4.44/ext4-fix-kconfig-documentation-for-config_ext4_debug.patch
4.14-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 3.4.44 / ext4-fix-kconfig-documentation-for-config_ext4_debug.patch
CommitLineData
033b0918
GKH
1From 7f3e3c7cfcec148ccca9c0dd2dbfd7b00b7ac10f Mon Sep 17 00:00:00 2001
2From: Theodore Ts'o <tytso@mit.edu>
3Date: Sun, 21 Apr 2013 20:32:03 -0400
4Subject: ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG
5
6From: Theodore Ts'o <tytso@mit.edu>
7
8commit 7f3e3c7cfcec148ccca9c0dd2dbfd7b00b7ac10f upstream.
9
10Fox the Kconfig documentation for CONFIG_EXT4_DEBUG to match the
11change made by commit a0b30c1229: ext4: use module parameters instead
12of debugfs for mballoc_debug
13
14Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
15Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16
17---
18 fs/ext4/Kconfig | 3 ++-
19 1 file changed, 2 insertions(+), 1 deletion(-)
20
21--- a/fs/ext4/Kconfig
22+++ b/fs/ext4/Kconfig
23@@ -82,4 +82,5 @@ config EXT4_DEBUG
24 Enables run-time debugging support for the ext4 filesystem.
25
26 If you select Y here, then you will be able to turn on debugging
27- with a command such as "echo 1 > /sys/kernel/debug/ext4/mballoc-debug"
28+ with a command such as:
29+ echo 1 > /sys/module/ext4/parameters/mballoc_debug