From: Mike Christie Date: Wed, 6 May 2009 17:52:23 +0000 (-0700) Subject: [SCSI] libfc: use DID_ERROR when we have internall aborted command X-Git-Tag: v2.6.31-rc1~365^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5e6054a0a097527b3920a8a0aefe7f830c014fd;p=pandora-kernel.git [SCSI] libfc: use DID_ERROR when we have internall aborted command If we aborted a command, because it timed out we should not use DID_ABORT. It will fail the command right away back to the upper layer. We want to use something that indicated that the problem did not complete normally, but it was not a fatal problem. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed