mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-14 17:14:09 +00:00
[SCSI] Ensure discard failure gets treated as a target problem
The error reported up the stack for a discard failure did not clearly indicate that the command was processed and subsequently failed by the target device. Return -EREMOTEIO so multipathing does not classify this condition as a path failure. Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Acked-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
c834b1c4ec
commit
66a651aa7a
@ -880,6 +880,7 @@ void scsi_io_completion(struct scsi_cmnd *cmd, unsigned int good_bytes)
|
||||
cmd->cmnd[0] == WRITE_SAME)) {
|
||||
description = "Discard failure";
|
||||
action = ACTION_FAIL;
|
||||
error = -EREMOTEIO;
|
||||
} else
|
||||
action = ACTION_FAIL;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user