Re: [PATCH] JBD2: Change debug file path

2007-06-08 Thread Jose R. Santos
On Fri, 8 Jun 2007 01:08:12 -0600 Andreas Dilger <[EMAIL PROTECTED]> wrote: > On Jun 07, 2007 23:45 -0500, Jose R. Santos wrote: > > The jbd2-debug file used to be located in /proc/sys/fs/jbd2-debug, but > > create_proc_entry() does not do lookups on file names with more that one > > directory de

Re: [PATCH] JBD2: Change debug file path

2007-06-08 Thread Andreas Dilger
On Jun 07, 2007 23:45 -0500, Jose R. Santos wrote: > The jbd2-debug file used to be located in /proc/sys/fs/jbd2-debug, but > create_proc_entry() does not do lookups on file names with more that one > directory deep. This causes the entry creation to fail and hence, no proc > file is created. Th

[PATCH] JBD2: Change debug file path

2007-06-07 Thread Jose R. Santos
The jbd2-debug file used to be located in /proc/sys/fs/jbd2-debug, but create_proc_entry() does not do lookups on file names with more that one directory deep. This causes the entry creation to fail and hence, no proc file is created. This patch moves the file to /proc/jbd2-degug. The file could