]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: scsi_error: Do not retry illegal function error
authorHannes Reinecke <hare@suse.de>
Tue, 17 Oct 2017 07:10:56 +0000 (09:10 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 19 Oct 2017 00:55:39 +0000 (20:55 -0400)
commitcf5a82a919f25d91302c442bda4607152920dbc2
treed7d747096298faf2ec9bd3955c00f0d8f952ab08
parentacd066c035e5c3d2fb9dfb48233468ca9e297b43
scsi: scsi_error: Do not retry illegal function error

Hitachi USP-V returns 'ILLEGAL FUNCTION' when the internal staging
mechanism encountered an error. These errors should not be retried on
another path.

[mkp: s/invalid/illegal/]

Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/scsi_error.c