[SCSI] convert sr to scsi_execute_req
authorJames Bottomley <James.Bottomley@steeleye.com>
Mon, 13 Jun 2005 03:21:29 +0000 (22:21 -0500)
committerJames Bottomley <jejb@titanic.(none)>
Sun, 28 Aug 2005 16:34:07 +0000 (11:34 -0500)
commit820732b501a5bbdd3bde1263f391891e21b5ed8c
treecaf927bfbc9bd83ae0812e02d59456117106c97c
parentea73a9f23906c374b697cd5b0d64f6dceced63de
[SCSI] convert sr to scsi_execute_req

This follows almost the identical model to sd, except that there's one
ioctl which returns raw sense data, so it had to use scsi_execute()
instead.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/sr.c
drivers/scsi/sr_ioctl.c