Re: [PATCH] FRV: Make BSG declarations dependent on CONFIG_BLOCK

2007-09-05 Thread Jens Axboe
On Wed, Sep 05 2007, David Howells wrote: > From: David Howells <[EMAIL PROTECTED]> > > Make BSG function declarations dependent on CONFIG_BLOCK as they are not > compilable if the block layer is compiled out. > > Signed-off-by: David Howells <[EMAIL PROTECTED]> Thanks David, I did seem to have

[PATCH] FRV: Make BSG declarations dependent on CONFIG_BLOCK

2007-09-05 Thread David Howells
From: David Howells <[EMAIL PROTECTED]> Make BSG function declarations dependent on CONFIG_BLOCK as they are not compilable if the block layer is compiled out. Signed-off-by: David Howells <[EMAIL PROTECTED]> --- include/linux/bsg.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) d

Re: [PATCH] FRV: Make BSG declarations dependent on CONFIG_BLOCK

2007-08-01 Thread James Bottomley
On Wed, 2007-08-01 at 15:44 +0100, David Howells wrote: > James Bottomley <[EMAIL PROTECTED]> wrote: > > > Are you sure you're testing with git head? CONFIG_BLK_DEV_BSG cannot be > > set unless CONFIG_BLOCK is (which was a bug in previous releases now > > fixed in git head ... unless the fix has

Re: [PATCH] FRV: Make BSG declarations dependent on CONFIG_BLOCK

2007-08-01 Thread David Howells
James Bottomley <[EMAIL PROTECTED]> wrote: > Are you sure you're testing with git head? CONFIG_BLK_DEV_BSG cannot be > set unless CONFIG_BLOCK is (which was a bug in previous releases now > fixed in git head ... unless the fix has gone wrong?). Neither CONFIG_BLK_DEV_BSG nor CONFIG_BLOCK are set

Re: [PATCH] FRV: Make BSG declarations dependent on CONFIG_BLOCK

2007-08-01 Thread James Bottomley
On Wed, 2007-08-01 at 10:13 +0100, David Howells wrote: > From: David Howells <[EMAIL PROTECTED]> > > Make BSG function declarations dependent on CONFIG_BLOCK as they are not > compilable if the block layer is compiled out. > > Signed-off-by: David Howells <[EMAIL PROTECTED]> > --- > > include/

[PATCH] FRV: Make BSG declarations dependent on CONFIG_BLOCK

2007-08-01 Thread David Howells
From: David Howells <[EMAIL PROTECTED]> Make BSG function declarations dependent on CONFIG_BLOCK as they are not compilable if the block layer is compiled out. Signed-off-by: David Howells <[EMAIL PROTECTED]> --- include/linux/bsg.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) d