patch-2.4.0-test9 linux/drivers/scsi/scsi_queue.c
Next file: linux/drivers/scsi/scsi_scan.c
Previous file: linux/drivers/scsi/scsi_module.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Sep 17 10:09:29 2000
- Orig file:
v2.4.0-test8/linux/drivers/scsi/scsi_queue.c
- Orig date:
Thu Jan 20 15:15:22 2000
diff -u --recursive --new-file v2.4.0-test8/linux/drivers/scsi/scsi_queue.c linux/drivers/scsi/scsi_queue.c
@@ -118,7 +118,7 @@
* If a host is inactive and cannot queue any commands, I don't see
* how things could possibly work anyways.
*/
- if (cmd->device->device_blocked == 0) {
+ if (cmd->device->device_busy == 0) {
if (scsi_retry_command(cmd) == 0) {
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)