From: Date: Tue, 12 Apr 2005 22:49:09 +0000 (-0500) Subject: scsi: add DID_REQUEUE to the error handling X-Git-Tag: v2.6.12-rc3~41^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf341919dbc1fbcbb565fb3224c840760ebd9f85;p=pandora-kernel.git 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 --- Reading git-diff-tree failed