From: James Bottomley Date: Sun, 28 Aug 2005 16:33:52 +0000 (-0500) Subject: [SCSI] convert sd to scsi_execute_req (and update the scsi_execute_req API) X-Git-Tag: v2.6.14-rc1~522^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea73a9f23906c374b697cd5b0d64f6dceced63de;p=pandora-kernel.git [SCSI] convert sd to scsi_execute_req (and update the scsi_execute_req API) This one removes struct scsi_request entirely from sd. In the process, I noticed we have no callers of scsi_wait_req who don't immediately normalise the sense, so I updated the API to make it take a struct scsi_sense_hdr instead of simply a big sense buffer. Signed-off-by: James Bottomley --- Reading git-diff-tree failed