From: Boaz Harrosh Date: Thu, 13 Dec 2007 18:43:24 +0000 (-0600) Subject: [SCSI] libiscsi,iser: patch for AHS support X-Git-Tag: v2.6.25-rc1~1230^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38ad03de3fd350e683213ddf898a7049534628a8;p=pandora-kernel.git [SCSI] libiscsi,iser: patch for AHS support - The default initialization of hdr_max is the minimum - sizeof(struct iscsi_cmd) - Once this patch goes into iser the default initialization at libiscsi can be removed. - This is not yet full support for AHSs at iser end. But it should be easy. Just allocate more space at iser_desc right after iscsi_hdr. Than at transmission time use ctask->hdr_len to retrieve the total size of all iscsi pdu headers. See previous patch at iscsi_tcp.[ch] Signed-off-by: Boaz Harrosh Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed