From: Stephen M. Cameron Date: Fri, 26 Feb 2010 22:01:53 +0000 (-0600) Subject: cciss: Fix problem with scatter gather elements in the scsi half of the driver X-Git-Tag: v2.6.34-rc1~242^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87c3a922a7ee8cfb9ab837f4ae38c993e9b30711;p=pandora-kernel.git cciss: Fix problem with scatter gather elements in the scsi half of the driver cciss: Fix problem with scatter gather elements in the scsi half of the driver When support for more than 31 scatter gather elements was added to the block half of the driver, the SCSI half of the driver was not addressed, and the bump from 31 to 32 scatter gather elements in the command block itself (not chained) actually broke the SCSI half of the driver, so that any transfer requiring 32 scatter gather elements wouldn't work. This fix also increases the max transfer size and size of the scatter gather table to the limit supported by the controller Signed-off-by: Stephen M. Cameron Signed-off-by: Jens Axboe --- Reading git-diff-tree failed