diff options
author | Jose R. Santos <[email protected]> | 2007-10-18 23:39:22 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2007-10-19 11:53:35 -0700 |
commit | c2a9159cdd8b334a0dfaf69d8b07cd57b5272baa (patch) | |
tree | 5a1d45afd49cd11d488173f6351bcfe432c2139a /fs/jbd/commit.c | |
parent | 1c099244485ff8bb93c2cd41304a445adc7f54e6 (diff) |
jbd: config_jbd_debug cannot create /proc entry
The jbd-debug file used to be located in /proc/sys/fs/jbd-debug, but
create_proc_entry() does not do lookups on file names that are more that
one directory deep. This causes the entry creation to fail and hence, no
proc file is created.
Instead of fixing this on procfs 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/jbd/jbd-debug.
[[email protected]: zillions of cleanups]
Signed-off-by: Jose R. Santos <[email protected]>
Acked-by: Jan Kara <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions