Re: [PATCH 04/14] scsi: set ->scsi_done before calling scsi_dispatch_cmd

2014-07-21 Thread Martin K. Petersen
> "Christoph" == Christoph Hellwig writes: Christoph> The blk-mq code path will set this to a different function, Christoph> so make the code simpler by setting it up in a legacy-request Christoph> specific place. Reviewed-by: Martin K. Petersen -- Martin K. Petersen Oracle Linux Eng

[PATCH 04/14] scsi: set ->scsi_done before calling scsi_dispatch_cmd

2014-07-18 Thread Christoph Hellwig
The blk-mq code path will set this to a different function, so make the code simpler by setting it up in a legacy-request specific place. Signed-off-by: Christoph Hellwig Reviewed-by: Hannes Reinecke Reviewed-by: Webb Scales Acked-by: Jens Axboe Tested-by: Bart Van Assche Tested-by: Robert El

Re: [PATCH 04/14] scsi: set ->scsi_done before calling scsi_dispatch_cmd

2014-07-09 Thread Hannes Reinecke
On 06/25/2014 06:51 PM, Christoph Hellwig wrote: The blk-mq code path will set this to a different function, so make the code simpler by setting it up in a legacy-request specific place. Signed-off-by: Christoph Hellwig --- drivers/scsi/scsi.c | 23 +-- drivers/scsi

[PATCH 04/14] scsi: set ->scsi_done before calling scsi_dispatch_cmd

2014-06-25 Thread Christoph Hellwig
The blk-mq code path will set this to a different function, so make the code simpler by setting it up in a legacy-request specific place. Signed-off-by: Christoph Hellwig --- drivers/scsi/scsi.c | 23 +-- drivers/scsi/scsi_lib.c | 20 2 files chan

[PATCH 04/14] scsi: set ->scsi_done before calling scsi_dispatch_cmd

2014-06-12 Thread Christoph Hellwig
The blk-mq code path will set this to a different function, so make the code simpler by setting it up in a legacy-request specific place. Signed-off-by: Christoph Hellwig --- drivers/scsi/scsi.c | 23 +-- drivers/scsi/scsi_lib.c | 20 2 files chan