From: Jens Axboe Date: Tue, 7 Aug 2007 07:02:51 +0000 (+0200) Subject: SCSI: support for allocating large scatterlists X-Git-Tag: v2.6.24-rc1~833^2~1^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8474ce23a73185dd2bae4c884b1716474032d31;p=pandora-kernel.git SCSI: support for allocating large scatterlists This is what enables large commands. If we need to allocate an sgtable that doesn't fit in a single page, allocate several SCSI_MAX_SG_SEGMENTS sized tables and chain them together. SCSI defaults to large chained sg tables, if the arch supports it. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed