From: Brian King Date: Tue, 14 Feb 2006 18:42:24 +0000 (-0600) Subject: [SCSI] sg: Remove aha1542 hack X-Git-Tag: v2.6.16-rc6~139^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eca7be5e1899626db01ae42b0123458d6fb34930;p=pandora-kernel.git [SCSI] sg: Remove aha1542 hack Remove a hack in the sg driver that alters the total buffer length for SG_IO commands to ensure buffers are not odd byte lengths. This breaks on the ipr driver since it requires the request_bufflen to equal the length specified in the cdb. The block layer SG_IO code does not appear to have this hack. Signed-off-by: Douglas Gilbert Signed-off-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed