From: Mike Christie Date: Wed, 30 May 2007 17:57:20 +0000 (-0500) Subject: [SCSI] iscsi_tcp: fix handling of data buffer padding X-Git-Tag: v2.6.23-rc1~1053^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbdb016d92603619d972082167c10b8c74e605cc;p=pandora-kernel.git [SCSI] iscsi_tcp: fix handling of data buffer padding If we got the padding, data and header in different skbs, we were not handling the padding correctly because we attributed it to the data's skb. This resulted in the initiator reading from pad bytes + skb offset instead of the correct offset. If you could not connect with the open solaris target, this will fix the lock up problem you were hitting. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed