Re: [PATCH 09/20] scsi_dh_alua: switch to scsi_execute()

2015-07-25 Thread Hannes Reinecke
On 07/24/2015 04:53 PM, Christoph Hellwig wrote: > Seems like this should use scsi_execute_req_flags instead so that it doesn't > have to deal with the raw sense buffer. > Ok, I'll have a look here. Cheers, Hannes -- Dr. Hannes Reinecke zSeries & Storage h...@suse.de

Re: [PATCH 09/20] scsi_dh_alua: switch to scsi_execute()

2015-07-24 Thread Christoph Hellwig
Seems like this should use scsi_execute_req_flags instead so that it doesn't have to deal with the raw sense buffer. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordom

[PATCH 09/20] scsi_dh_alua: switch to scsi_execute()

2015-07-08 Thread Hannes Reinecke
All commands are issued synchronously, so no need to open-code scsi_execute anymore. Signed-off-by: Hannes Reinecke --- drivers/scsi/device_handler/scsi_dh_alua.c | 108 - 1 file changed, 27 insertions(+), 81 deletions(-) diff --git a/drivers/scsi/device_handler/scsi