[SCSI] advansys: Remove `waiting' queue
commitb66229258f88a06ecdb8998066861b3ad8ad6a2a
authorMatthew Wilcox <matthew@wil.cx>
Sun, 9 Sep 2007 14:56:31 +0000 (9 08:56 -0600)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:47:44 +0000 (12 14:47 -0400)
tree04bccc41fe172c9035b9e0d7bf1804b5d2865eb2
parentc2dce2fabc7f0b559e920890d13e7b8ecfc91e13
[SCSI] advansys: Remove `waiting' queue

If the adapter is busy, return the request to the midlayer rather than
queueing it in the driver.  asc_execute_queue() and asc_dequeue() become
unused, and we don't need to print out stats on the waiting queue any more.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/advansys.c