]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[SCSI] sr: fix test unit ready responses
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Wed, 6 Feb 2008 19:01:58 +0000 (13:01 -0600)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
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 <dsd@gentoo.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/sr.c
drivers/scsi/sr.h
drivers/scsi/sr_ioctl.c