From: James Bottomley Date: Sun, 28 Aug 2005 16:31:14 +0000 (-0500) Subject: [SCSI] convert SPI transport class to scsi_execute X-Git-Tag: v2.6.14-rc1~522^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33aa687db90dd8541bd5e9a762eebf880eaee767;p=pandora-kernel.git [SCSI] convert SPI transport class to scsi_execute This one's slightly more difficult. The transport class uses REQ_FAILFAST, so another interface (scsi_execute) had to be invented to take the extra flag. Also, the sense functions are shifted around to allow spi_execute to place data directly into a struct scsi_sense_hdr. With this change, there's probably a lot of unnecessary sense buffer allocation going on which we can fix later. Signed-off-by: James Bottomley --- Reading git-diff-tree failed