commit | c1635cb786dbadd16fd6e6959dd3b41ae2f2831a | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Thu Dec 13 12:43:33 2007 -0600 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Jan 11 18:28:39 2008 -0600 |
tree | 0f30320469678b00d4f26af15663cf1a8b1f2ff3 | |
parent | 9000bcd649b26aef4c35d2941f8a65f05bbb9ee1 [diff] |
[SCSI] libiscsi: clear conn->ctask when task is completed early If the current ctask is failed early, we legt the conn->ctask pointer pointing to a invalid task. When the xmit thread would send data for it, we would then oops. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>