linux/fs/jbd2
Jose R. Santos 0f49d5d019 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>
2007-07-18 08:50:18 -04:00
..
Makefile [PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbols 2006-10-11 11:14:15 -07:00
checkpoint.c fix file specification in comments 2007-05-09 08:58:16 +02:00
commit.c jbd2 commit: fix transaction dropping 2007-07-16 09:05:34 -07:00
journal.c jbd2: Move jbd2-debug file to debugfs 2007-07-18 08:50:18 -04:00
recovery.c jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG 2007-07-18 08:57:06 -04:00
revoke.c is_power_of_2(): jbd 2007-07-16 09:05:48 -07:00
transaction.c fix file specification in comments 2007-05-09 08:58:16 +02:00