|
@@ -128,13 +128,7 @@ int scsi_queue_insert(struct scsi_cmnd *cmd, int reason)
|
|
|
printk("Inserting command %p into mlqueue\n", cmd));
|
|
|
|
|
|
/*
|
|
|
- * We are inserting the command into the ml queue. First, we
|
|
|
- * cancel the timer, so it doesn't time out.
|
|
|
- */
|
|
|
- scsi_delete_timer(cmd);
|
|
|
-
|
|
|
- /*
|
|
|
- * Next, set the appropriate busy bit for the device/host.
|
|
|
+ * Set the appropriate busy bit for the device/host.
|
|
|
*
|
|
|
* If the host/device isn't busy, assume that something actually
|
|
|
* completed, and that we should be able to queue a command now.
|