From: Mike Christie Date: Thu, 31 Aug 2006 22:09:24 +0000 (-0400) Subject: [SCSI] libiscsi, iscsi_tcp, iscsi_iser: check that burst lengths are valid. X-Git-Tag: v2.6.19-rc1~1266^2~19^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffd0436ed2e5a741c8d30062b489b989acf0a526;p=pandora-kernel.git [SCSI] libiscsi, iscsi_tcp, iscsi_iser: check that burst lengths are valid. iSCSI RFC states that the first burst length must be smaller than the max burst length. We currently assume targets will be good, but that may not be the case, so this patch adds a check. This patch also moves the unsol data out offset to the lib so the LLDs do not have to track it. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed