commit | d5e6054a0a097527b3920a8a0aefe7f830c014fd | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Wed May 06 10:52:23 2009 -0700 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Jun 08 13:29:10 2009 -0500 |
tree | c10e28eb8c3feaa760bde491b530464b45a7b6a3 | |
parent | 0f4915398a4233cdbfc4e9bf4436323546945b3f [diff] |
[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>