Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136259
b: refs/heads/master
c: ea41e41
h: refs/heads/master
i:
  136257: 2512f5f
  136255: 02c7edf
v: v3
  • Loading branch information
Chauhan, Vijay authored and James Bottomley committed Mar 12, 2009
1 parent 3450565 commit b3039d9
Show file tree
Hide file tree
Showing 2 changed files with 6 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: b75424fcfe8fae56344a65e3f04bbc7e975e750e
refs/heads/master: ea41e41588c248ee8b8162869c1e1c0565a4b3f6
5 changes: 5 additions & 0 deletions trunk/drivers/scsi/device_handler/scsi_dh_rdac.c
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,11 @@ static int rdac_check_sense(struct scsi_device *sdev,
* Power On, Reset, or Bus Device Reset, just retry.
*/
return ADD_TO_MLQUEUE;
if (sense_hdr->asc == 0x8b && sense_hdr->ascq == 0x02)
/*
* Quiescence in progress , just retry.
*/
return ADD_TO_MLQUEUE;
break;
}
/* success just means we do not care what scsi-ml does */
Expand Down

0 comments on commit b3039d9

Please sign in to comment.