* [PATCH] remove superflous scsi_delete_timer()
@ 2002-11-23 3:02 Christoph Hellwig
0 siblings, 0 replies; only message in thread
From: Christoph Hellwig @ 2002-11-23 3:02 UTC (permalink / raw)
To: James.Bottomley; +Cc: linux-scsi
the first action performed by scsi_mlqueue_insert() is exactly that
scsi_delete_timer()
--- 1.73/drivers/scsi/scsi.c Fri Nov 22 12:59:03 2002
+++ edited/drivers/scsi/scsi.c Sat Nov 23 02:58:22 2002
@@ -793,7 +776,6 @@
rtn = host->hostt->queuecommand(SCpnt, scsi_done);
spin_unlock_irqrestore(host->host_lock, flags);
if (rtn != 0) {
- scsi_delete_timer(SCpnt);
scsi_mlqueue_insert(SCpnt, rtn == SCSI_MLQUEUE_DEVICE_BUSY ? rtn : SCSI_MLQUEUE_HOST_BUSY);
SCSI_LOG_MLQUEUE(3,
printk("queuecommand : request rejected\n"));
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-11-23 3:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-23 3:02 [PATCH] remove superflous scsi_delete_timer() Christoph Hellwig
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.