Re: [PATCH] bsg: minor bug fixes

2007-03-30 Thread Jens Axboe
On Fri, Mar 30 2007, FUJITA Tomonori wrote: > From: Jens Axboe <[EMAIL PROTECTED]> > Subject: Re: [PATCH] bsg: minor bug fixes > Date: Fri, 30 Mar 2007 08:38:04 +0200 > > > On Fri, Mar 30 2007, FUJITA Tomonori wrote: > > > This fixes the following

Re: [PATCH] bsg: minor bug fixes

2007-03-30 Thread FUJITA Tomonori
From: Jens Axboe <[EMAIL PROTECTED]> Subject: Re: [PATCH] bsg: minor bug fixes Date: Fri, 30 Mar 2007 08:38:04 +0200 > On Fri, Mar 30 2007, FUJITA Tomonori wrote: > > This fixes the following minor issues: > > > > - When bsg_register_queue is called with a request

Re: [PATCH] bsg: minor bug fixes

2007-03-29 Thread Jens Axboe
On Fri, Mar 30 2007, FUJITA Tomonori wrote: > This fixes the following minor issues: > > - When bsg_register_queue is called with a request queue that doesn't > have request_fn, it returns -EINVAL instead of zero. Seems a little backwards, you wont be able to talk to the device then. So, what is