Re: [PATCH] 9p: fix debug compilation error

2007-07-16 Thread Eric Van Hensbergen
On 7/16/07, Dave Jones <[EMAIL PROTECTED]> wrote: On Mon, Jul 16, 2007 at 09:47:49AM -0500, Eric Van Hensbergen wrote: > From: Meelis Roos <[EMAIL PROTECTED]> > > With 9P but no 9P debug options, this error occurs: > CC [M] fs/9p/v9fs.o > fs/9p/v9fs.c: In function 'v9fs_parse_options':

Re: [PATCH] 9p: fix debug compilation error

2007-07-16 Thread Dave Jones
On Mon, Jul 16, 2007 at 09:47:49AM -0500, Eric Van Hensbergen wrote: > From: Meelis Roos <[EMAIL PROTECTED]> > > With 9P but no 9P debug options, this error occurs: > CC [M] fs/9p/v9fs.o > fs/9p/v9fs.c: In function 'v9fs_parse_options': > fs/9p/v9fs.c:134: error: 'p9_debug_level'

[PATCH] 9p: fix debug compilation error

2007-07-16 Thread Eric Van Hensbergen
From: Meelis Roos <[EMAIL PROTECTED]> With 9P but no 9P debug options, this error occurs: CC [M] fs/9p/v9fs.o fs/9p/v9fs.c: In function 'v9fs_parse_options': fs/9p/v9fs.c:134: error: 'p9_debug_level' undeclared (first use in this function) The following patch moves the definition of

[PATCH] 9p: fix debug compilation error

2007-07-16 Thread Eric Van Hensbergen
From: Meelis Roos [EMAIL PROTECTED] With 9P but no 9P debug options, this error occurs: CC [M] fs/9p/v9fs.o fs/9p/v9fs.c: In function 'v9fs_parse_options': fs/9p/v9fs.c:134: error: 'p9_debug_level' undeclared (first use in this function) The following patch moves the definition of

Re: [PATCH] 9p: fix debug compilation error

2007-07-16 Thread Dave Jones
On Mon, Jul 16, 2007 at 09:47:49AM -0500, Eric Van Hensbergen wrote: From: Meelis Roos [EMAIL PROTECTED] With 9P but no 9P debug options, this error occurs: CC [M] fs/9p/v9fs.o fs/9p/v9fs.c: In function 'v9fs_parse_options': fs/9p/v9fs.c:134: error: 'p9_debug_level' undeclared

Re: [PATCH] 9p: fix debug compilation error

2007-07-16 Thread Eric Van Hensbergen
On 7/16/07, Dave Jones [EMAIL PROTECTED] wrote: On Mon, Jul 16, 2007 at 09:47:49AM -0500, Eric Van Hensbergen wrote: From: Meelis Roos [EMAIL PROTECTED] With 9P but no 9P debug options, this error occurs: CC [M] fs/9p/v9fs.o fs/9p/v9fs.c: In function 'v9fs_parse_options':