Re: [PATCH] scsi: Do not retry invalid function error

2017-10-17 Thread Martin K. Petersen
Hannes, > Hitachi USP-V returns 'Invalid function' when the internal staging > mechanism encountered an error. These errors should not be retried on > another path. s/invalid/illegal/ Applied to 4.15/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering

[PATCH] scsi: Do not retry invalid function error

2017-10-17 Thread Hannes Reinecke
Hitachi USP-V returns 'Invalid function' when the internal staging mechanism encountered an error. These errors should not be retried on another path. Signed-off-by: Hannes Reinecke --- drivers/scsi/scsi_error.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/scsi/scsi_error.c b/driv