]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
3.0-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 May 2013 23:16:58 +0000 (16:16 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 May 2013 23:16:58 +0000 (16:16 -0700)
added patches:
ext4-fix-kconfig-documentation-for-config_ext4_debug.patch

queue-3.0/ext4-fix-kconfig-documentation-for-config_ext4_debug.patch [new file with mode: 0644]
queue-3.0/series

diff --git a/queue-3.0/ext4-fix-kconfig-documentation-for-config_ext4_debug.patch b/queue-3.0/ext4-fix-kconfig-documentation-for-config_ext4_debug.patch
new file mode 100644 (file)
index 0000000..f6e6c69
--- /dev/null
@@ -0,0 +1,29 @@
+From 7f3e3c7cfcec148ccca9c0dd2dbfd7b00b7ac10f Mon Sep 17 00:00:00 2001
+From: Theodore Ts'o <tytso@mit.edu>
+Date: Sun, 21 Apr 2013 20:32:03 -0400
+Subject: ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG
+
+From: Theodore Ts'o <tytso@mit.edu>
+
+commit 7f3e3c7cfcec148ccca9c0dd2dbfd7b00b7ac10f upstream.
+
+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>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
+---
+ fs/ext4/Kconfig |    3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+--- a/fs/ext4/Kconfig
++++ b/fs/ext4/Kconfig
+@@ -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
index 901500e14317b30c7b674933734cc69fd5180557..c89b375a4e5d9c2b17485da4c18bca8f9a8c3365 100644 (file)
@@ -39,3 +39,4 @@ nfsd4-don-t-close-read-write-opens-too-soon.patch
 nfsd-decode-and-send-64bit-time-values.patch
 wireless-regulatory-fix-channel-disabling-race-condition.patch
 ipc-sysv-shared-memory-limited-to-8tib.patch
+ext4-fix-kconfig-documentation-for-config_ext4_debug.patch