Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124608
b: refs/heads/master
c: a9b589d
h: refs/heads/master
v: v3
  • Loading branch information
Vladislav Bolkhovitin authored and James Bottomley committed Dec 29, 2008
1 parent 4c71520 commit 3f45b95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c85f8cb9254e60cd25a094329c9dc9185c2140e7
refs/heads/master: a9b589d90e3d7748dae459031c2d912cd9e83c88
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/scsi_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -1406,8 +1406,9 @@ int scsi_decide_disposition(struct scsi_cmnd *scmd)
return ADD_TO_MLQUEUE;
case GOOD:
case COMMAND_TERMINATED:
case TASK_ABORTED:
return SUCCESS;
case TASK_ABORTED:
goto maybe_retry;
case CHECK_CONDITION:
rtn = scsi_check_sense(scmd);
if (rtn == NEEDS_RETRY)
Expand Down

0 comments on commit 3f45b95

Please sign in to comment.