commit | ea3e2e72eeb3e8a9440a5da965914f9b12088626 | [log] [tgz] |
---|---|---|
author | Yi Zou <yi.zou@intel.com> | Tue Nov 30 16:19:25 2010 -0800 |
committer | James Bottomley <James.Bottomley@suse.de> | Tue Dec 21 12:24:26 2010 -0600 |
tree | c997326d053a0247f03fc09b22abe1d78ab3eb56 | |
parent | d889b30a9196c453120ca54323fe80acb4c27b94 [diff] |
[SCSI] libfc: fix exchange being deleted when the abort itself is timed out Should not continue when the abort itself is being timeout since in that case the exchange will be deleted and relesased. We still want to call the associated response handler to let the layer, e.g., fcp, know the exchange itself is being timed out. Signed-off-by: Yi Zou <yi.zou@intel.com> Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>