From: Mike Christie Date: Fri, 19 May 2006 01:31:31 +0000 (-0500) Subject: [SCSI] iscsi: dont use sendpage for iscsi headers X-Git-Tag: v2.6.18-rc1~1092^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e458cc943dd494ac68b570418f187883e555362;p=pandora-kernel.git [SCSI] iscsi: dont use sendpage for iscsi headers From Zhen and ported by Mike: Don't use sendpage for the headers. sendpage for the pdu headers does not seem to have a performance impact, makes life harder for mutiple data pdus to be in flight and still trips up some network cards when it is from slab mem. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed