commit | 753e7d3866748799e4a8769cd27ea7202654211b | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Thu Aug 31 18:09:29 2006 -0400 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Sat Sep 02 13:37:21 2006 -0500 |
tree | 1abee266dc83b269495133ce53ab463569e231d2 | |
parent | dd8c0d958621e3137f3e3302f7b8952041a4a1d7 [diff] |
[SCSI] iscsi_tcp: fix header resend This patch built over the last ones fixes a bug in the partial header resend code, where we add on another 4 bytes to the send length on the resend. We want just the header plus digest. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>