commit | bf341919dbc1fbcbb565fb3224c840760ebd9f85 | [log] [tgz] |
---|---|---|
author | <jejb@titanic.il.steeleye.com> | Tue Apr 12 17:49:09 2005 -0500 |
committer | James Bottomley <jejb@titanic> | Mon Apr 18 12:35:06 2005 -0500 |
tree | 9ff0bb375ccd709b018eccd6d338bf18b9c898aa | |
parent | 6f71d9bc025b02a8cbc2be83b0226a7043a507a5 [diff] |
scsi: add DID_REQUEUE to the error handling We have a DID_IMM_RETRY to require a retry at once, but we could do with a DID_REQUEUE to instruct the mid-layer to treat this command in the same manner as QUEUE_FULL or BUSY (i.e. halt the submission until another command returns ... or the queue pressure builds if there are no outstanding commands). Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>