commit | 30121d14f503dac056ee7f68d99eb5d548899b59 | [log] [tgz] |
---|---|---|
author | Steve Ma <steve.ma@intel.com> | Wed May 06 10:52:29 2009 -0700 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Mon Jun 08 13:29:11 2009 -0500 |
tree | 558f950c8bf620347344b84d0bff60be464366db | |
parent | d5e6054a0a097527b3920a8a0aefe7f830c014fd [diff] |
[SCSI] libfc: Check if exchange is completed when receiving a sequence When a sequence is received in response to an exchange we issued previously, we should check to see if the exchange has completed. If yes, the sequence should be discarded. Since the exchange might be still in the completion process, it should be untouched. Signed-off-by: Steve Ma <steve.ma@intel.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>