commit | ea73a9f23906c374b697cd5b0d64f6dceced63de | [log] [tgz] |
---|---|---|
author | James Bottomley <jejb@titanic.(none)> | Sun Aug 28 11:33:52 2005 -0500 |
committer | James Bottomley <jejb@titanic.(none)> | Sun Aug 28 11:33:52 2005 -0500 |
tree | c000be3180caccc6d484aad0f82f58d733358622 | |
parent | 33aa687db90dd8541bd5e9a762eebf880eaee767 [diff] |
[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>