commit | 686579d95d48c713bdb7008cc76af8398219e687 | [log] [tgz] |
---|---|---|
author | <jejb@titanic.il.steeleye.com> | Tue Apr 12 17:49:09 2005 -0500 |
committer | James Bottomley <jejb@titanic> | Sat Apr 16 20:16:08 2005 -0500 |
tree | 200694afba54d5b9cec984e52689943766eea119 | |
parent | 91bbfbda8d41f834c70c47d6f8c95245c90019e5 [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>