commit | 820732b501a5bbdd3bde1263f391891e21b5ed8c | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@steeleye.com> | Sun Jun 12 22:21:29 2005 -0500 |
committer | James Bottomley <jejb@titanic.(none)> | Sun Aug 28 11:34:07 2005 -0500 |
tree | caf927bfbc9bd83ae0812e02d59456117106c97c | |
parent | ea73a9f23906c374b697cd5b0d64f6dceced63de [diff] |
[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>