From: Jose R. Santos Date: Wed, 18 Jul 2007 12:50:18 +0000 (-0400) Subject: jbd2: Move jbd2-debug file to debugfs X-Git-Tag: v2.6.23-rc1~494^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f49d5d019afa4e94253bfc92f0daca3badb990b;p=pandora-kernel.git jbd2: Move jbd2-debug file to debugfs The jbd2-debug file used to be located in /proc/sys/fs/jbd2-debug, but it incorrectly used create_proc_entry() instead of the sysctl routines, and no proc entry was ever created. Instead of fixing this we might as well move the jbd2-debug file to debugfs which would be the preferred location for this kind of tunable. The new location is now /sys/kernel/debug/jbd2/jbd2-debug. Signed-off-by: Jose R. Santos Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed