Re: [PATCH 24/47] zfcp: use scsi device as argument for zfcp_task_mgmt_function()

2017-07-25 Thread Hannes Reinecke
On 07/24/2017 07:15 PM, Steffen Maier wrote: > > > On 06/28/2017 10:32 AM, Hannes Reinecke wrote: >> zfcp_task_mgmt_function() is only used for lun and device reset, >> so it should be using the scsi device as an argument, not the >> scsi command. >> >> Signed-off-by: Hannes Reinecke >> --- >>

Re: [PATCH 24/47] zfcp: use scsi device as argument for zfcp_task_mgmt_function()

2017-07-24 Thread Steffen Maier
On 06/28/2017 10:32 AM, Hannes Reinecke wrote: zfcp_task_mgmt_function() is only used for lun and device reset, so it should be using the scsi device as an argument, not the scsi command. Signed-off-by: Hannes Reinecke --- drivers/s390/scsi/zfcp_ext.h | 2 +- drivers/s390/scsi/zfcp_fc.h

[PATCH 24/47] zfcp: use scsi device as argument for zfcp_task_mgmt_function()

2017-06-28 Thread Hannes Reinecke
zfcp_task_mgmt_function() is only used for lun and device reset, so it should be using the scsi device as an argument, not the scsi command. Signed-off-by: Hannes Reinecke --- drivers/s390/scsi/zfcp_ext.h | 2 +- drivers/s390/scsi/zfcp_fc.h | 9 + drivers/s390/scsi/zfcp_fsf.c | 21