Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119006
b: refs/heads/master
c: 939c228
h: refs/heads/master
v: v3
  • Loading branch information
Mike Christie authored and James Bottomley committed Nov 5, 2008
1 parent 5950048 commit 3947ade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: d94ce6c6e99252ab2ba340b0398c8651713a9f05
refs/heads/master: 939c2288c35132fe340b2694c7d02cacf7593723
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/scsi_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -1340,9 +1340,10 @@ int scsi_decide_disposition(struct scsi_cmnd *scmd)
* LLD/transport was disrupted during processing of the IO.
* The transport class is now blocked/blocking,
* and the transport will decide what to do with the IO
* based on its timers and recovery capablilities.
* based on its timers and recovery capablilities if
* there are enough retries.
*/
return ADD_TO_MLQUEUE;
goto maybe_retry;
case DID_TRANSPORT_FAILFAST:
/*
* The transport decided to failfast the IO (most likely
Expand Down

0 comments on commit 3947ade

Please sign in to comment.