Re: [PATCH 28/39] scsi: reintroduce scsi_driver.init_command

2014-03-26 Thread Christoph Hellwig
This is another one I'd like to send off to James ASAP, can I get some reviews? On Mon, Mar 17, 2014 at 06:28:01AM -0700, Christoph Hellwig wrote: > Instead of letting the ULD play games with the prep_fn move back to > the model of a central prep_fn with a callback to the ULD. This > already clea

[PATCH 28/39] scsi: reintroduce scsi_driver.init_command

2014-03-17 Thread Christoph Hellwig
Instead of letting the ULD play games with the prep_fn move back to the model of a central prep_fn with a callback to the ULD. This already cleans up and shortens the code by itself, and will be required to properly support blk-mq in the SCSI midlayer. Signed-off-by: Christoph Hellwig --- drive