]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] iscsi_tcp: fix header resend
authorMike Christie <michaelc@cs.wisc.edu>
Thu, 31 Aug 2006 22:09:29 +0000 (18:09 -0400)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sat, 2 Sep 2006 18:37:21 +0000 (13:37 -0500)
commitb58102a20dc510bba8fb7031b8cefc01d87103c8
tree1abee266dc83b269495133ce53ab463569e231d2
parentab8821665aa116e5c38db51a028474861b42cab3
[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>
drivers/scsi/iscsi_tcp.c