[SCSI] convert sd to scsi_execute_req (and update the scsi_execute_req API)
authorJames Bottomley <jejb@titanic.(none)>
Sun, 28 Aug 2005 16:33:52 +0000 (11:33 -0500)
committerJames Bottomley <jejb@titanic.(none)>
Sun, 28 Aug 2005 16:33:52 +0000 (11:33 -0500)
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 <James.Bottomley@SteelEye.com>

No differences found