[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)
commitea73a9f23906c374b697cd5b0d64f6dceced63de
treec000be3180caccc6d484aad0f82f58d733358622
parent33aa687db90dd8541bd5e9a762eebf880eaee767
[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 <James.Bottomley@SteelEye.com>
drivers/scsi/constants.c
drivers/scsi/scsi_ioctl.c
drivers/scsi/scsi_lib.c
drivers/scsi/scsi_scan.c
drivers/scsi/sd.c
include/scsi/scsi_dbg.h
include/scsi/scsi_device.h