From: James Bottomley Date: Tue, 28 Jun 2005 14:18:21 +0000 (-0500) Subject: [SCSI] fix 3ware raid emulated commands X-Git-Tag: v2.6.14-rc1~522^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9d297c543f379a27a34082070ed03a8ef846fc2;p=pandora-kernel.git [SCSI] fix 3ware raid emulated commands The 3ware emulated commands all expect they are executing in the use_sg == 0 case, which isn't true either in the block layer rework or an SG_IO ioctl. Fix this by adding the correct kmapping of the first element in the sg list. Signed-off-by: James Bottomley --- Reading git-diff-tree failed