]> git.baikalelectronics.ru Git - kernel.git/commit
jbd2: Move jbd2-debug file to debugfs
authorJose R. Santos <jrs@us.ibm.com>
Wed, 18 Jul 2007 12:50:18 +0000 (08:50 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 18 Jul 2007 12:50:18 +0000 (08:50 -0400)
commit43b7d94cc87f345a318f3d6d359402890ea0721e
tree9a8266d3a7292a0632df0f970f6377a8b8b98658
parent95d23689a12a7e5a9f168e42015617e276e4761b
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 <jrs@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/Kconfig
fs/jbd2/journal.c
include/linux/jbd2.h