Re: [PATCH 13/22] libfc: do not overwrite DID_TIME_OUT status

2016-08-04 Thread Johannes Thumshirn
On Wed, Aug 03, 2016 at 03:13:13PM +0200, Hannes Reinecke wrote: > When a command is aborted it might already have the DID_TIME_OUT > status set, so we shouldn't be overwriting that. > > Signed-off-by: Hannes Reinecke Acked-by: Johannes Thumshirn -- Johannes Thumshirn

[PATCH 13/22] libfc: do not overwrite DID_TIME_OUT status

2016-08-03 Thread Hannes Reinecke
When a command is aborted it might already have the DID_TIME_OUT status set, so we shouldn't be overwriting that. Signed-off-by: Hannes Reinecke --- drivers/scsi/libfc/fc_fcp.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/libfc/fc_fcp.c b/drivers/