From: Andrew Vasquez Date: Wed, 3 Jun 2009 16:55:18 +0000 (-0700) Subject: [SCSI] qla2xxx: Use 'proper' DID_* status code for dropped-frame scenarios. X-Git-Tag: v2.6.31-rc1~365^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94b3aa47ac1ea0aa31b3f59ad121cdf55e038594;p=pandora-kernel.git [SCSI] qla2xxx: Use 'proper' DID_* status code for dropped-frame scenarios. The SCSI-midlayer's fast-fail codes consider an DID_ERROR status as a driver-error and the failed I/O would then be retried in the midlayer without being fast-failed to dm-multipath. DID_BUS_BUSY status returns would induce unneeded path-failures events being propagated to the DM/MD. Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed