[SCSI] libfc: use DID_ERROR when we have internall aborted command
authorMike Christie <michaelc@cs.wisc.edu>
Wed, 6 May 2009 17:52:23 +0000 (10:52 -0700)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 8 Jun 2009 18:29:10 +0000 (13:29 -0500)
commitd5e6054a0a097527b3920a8a0aefe7f830c014fd
treec10e28eb8c3feaa760bde491b530464b45a7b6a3
parent0f4915398a4233cdbfc4e9bf4436323546945b3f
[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 <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/libfc/fc_fcp.c