]> Git Repo - linux.git/commit - drivers/scsi/sr.c
[SCSI] sr: fix test unit ready responses
authorJames Bottomley <[email protected]>
Wed, 6 Feb 2008 19:01:58 +0000 (13:01 -0600)
committerJames Bottomley <[email protected]>
Fri, 8 Feb 2008 00:02:44 +0000 (18:02 -0600)
commit38582a62ecd337de4212004c7d4844899dc57890
tree44a331ae517ad2307583e3aa3774445c39dc91a8
parentd6a451dd4d7ec805f9a21bb1994ce8ceaecc8fe6
[SCSI] sr: fix test unit ready responses

Commit 210ba1d1724f5c4ed87a2ab1a21ca861a915f734 updated sr.c to use
the scsi_test_unit_ready() function.  Unfortunately, this has the
wrong characteristic of eating NOT_READY returns which sr.c relies on
for tray status.

Fix by rolling an internal sr_test_unit_ready() that doesn't do this.

Tested-by: Daniel Drake <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
drivers/scsi/sr.c
drivers/scsi/sr.h
drivers/scsi/sr_ioctl.c
This page took 0.048718 seconds and 4 git commands to generate.