Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161057
b: refs/heads/master
c: 5f91bb0
h: refs/heads/master
i:
  161055: 85a394c
v: v3
  • Loading branch information
Michael Reed authored and James Bottomley committed Aug 22, 2009
1 parent 58b22f6 commit ba69d09
Show file tree
Hide file tree
Showing 2 changed files with 6 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: edced191e4512b7795380563634f4d44b21c684a
refs/heads/master: 5f91bb050ecc4ff1d8d3d07edbe550c8f431c5e1
6 changes: 5 additions & 1 deletion trunk/drivers/scsi/scsi_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,13 @@ static int scsi_eh_completed_normally(struct scsi_cmnd *scmd)
* who knows? FIXME(eric)
*/
return SUCCESS;
case RESERVATION_CONFLICT:
/*
* let issuer deal with this, it could be just fine
*/
return SUCCESS;
case BUSY:
case QUEUE_FULL:
case RESERVATION_CONFLICT:
default:
return FAILED;
}
Expand Down

0 comments on commit ba69d09

Please sign in to comment.