commit | 218432c68085d6c2b04df57daaf105d2ffa2aa61 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Wed May 30 12:57:17 2007 -0500 |
committer | James Bottomley <jejb@mulgrave.(none)> | Fri Jun 01 12:59:26 2007 -0400 |
tree | cdc4646cc1d20f16bea893fb366f24c3ea50f0af | |
parent | b2c6416736b847b91950bd43cc5153e11a1f83ee [diff] |
[SCSI] iscsi tcp: fix iscsi xmit state machine If iscsi_tcp partially sends a header, it would recalculate the header size and readd the size of the digest (if header digests are used).This would cause us to send sizeof(digest) extra bytes when we sent the rest of the header. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>