Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167223
b: refs/heads/master
c: 6e883b0
h: refs/heads/master
i:
  167221: 587c5da
  167219: 00ebf06
  167215: 8c3ca99
v: v3
  • Loading branch information
Hannes Reinecke authored and James Bottomley committed Oct 2, 2009
1 parent 008f984 commit 6eb81f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e27168f8c337b12b8aa8d59c3123c79d2f83603d
refs/heads/master: 6e883b0e42739aa560133cfaf41be1138c51a500
3 changes: 3 additions & 0 deletions trunk/drivers/scsi/scsi_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,9 @@ static int scsi_send_eh_cmnd(struct scsi_cmnd *scmd, unsigned char *cmnd,
case NEEDS_RETRY:
case FAILED:
break;
case ADD_TO_MLQUEUE:
rtn = NEEDS_RETRY;
break;
default:
rtn = FAILED;
break;
Expand Down

0 comments on commit 6eb81f6

Please sign in to comment.