• J
    jbd2: Move jbd2-debug file to debugfs · 0f49d5d0
    Jose R. Santos 提交于
    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: NJose R. Santos <jrs@us.ibm.com>
    Signed-off-by: N"Theodore Ts'o" <tytso@mit.edu>
    0f49d5d0
journal.c 56.1 KB