From: Mike Christie Date: Wed, 30 May 2007 17:57:17 +0000 (-0500) Subject: [SCSI] iscsi tcp: fix iscsi xmit state machine X-Git-Tag: v2.6.23-rc1~1053^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=218432c68085d6c2b04df57daaf105d2ffa2aa61;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed