Skip to content
Snippets Groups Projects
Commit bf341919 authored by James Bottomley's avatar James Bottomley Committed by James Bottomley
Browse files

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: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 6f71d9bc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment