Re: [PATCH 05/17] scsi: simplify command allocation and freeing a bit

2014-02-06 Thread Christoph Hellwig
On Wed, Feb 05, 2014 at 03:51:35PM -0800, James Bottomley wrote: > On Wed, 2014-02-05 at 04:39 -0800, Christoph Hellwig wrote: > > > Just have one level of alloc/free functions that take a host instead > > of two levels for the allocation and different calling conventions > > for the free. > > >

Re: [PATCH 05/17] scsi: simplify command allocation and freeing a bit

2014-02-05 Thread James Bottomley
On Wed, 2014-02-05 at 04:39 -0800, Christoph Hellwig wrote: > Just have one level of alloc/free functions that take a host instead > of two levels for the allocation and different calling conventions > for the free. > > Signed-off-by: Christoph Hellwig > --- > drivers/scsi/scsi.c | 77 >

[PATCH 05/17] scsi: simplify command allocation and freeing a bit

2014-02-05 Thread Christoph Hellwig
Just have one level of alloc/free functions that take a host instead of two levels for the allocation and different calling conventions for the free. Signed-off-by: Christoph Hellwig --- drivers/scsi/scsi.c | 77 +++ 1 file changed, 22 insertions