linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.5.73, cciss, io hang
@ 2003-07-01 21:13 Wiran, Francis
  0 siblings, 0 replies; only message in thread
From: Wiran, Francis @ 2003-07-01 21:13 UTC (permalink / raw)
  To: linux-kernel, axboe


  Changes:
	* Fix for random hang doing large io on cciss driver in 2.5.x
kernel



 drivers/block/cciss.c |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)

--- linux-2.5.73/drivers/block/cciss.c~cciss_2.5_iohang	Thu Jun 26
14:25:11 2003
+++ linux-2.5.73-root/drivers/block/cciss.c	Thu Jun 26 19:44:16 2003
@@ -1961,7 +1961,6 @@ queue:
 
 	goto queue;
 startio:
-	blk_stop_queue(q);
 	start_io(h);
 }
 
@@ -2021,7 +2020,7 @@ static irqreturn_t do_cciss_intr(int irq
 	/*
 	 * See if we can queue up some more IO
 	 */
-	blk_start_queue(&h->queue);
+	do_cciss_request(&h->queue);
 	spin_unlock_irqrestore(CCISS_LOCK(h->ctlr), flags);
 	return IRQ_HANDLED;
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-01 20:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-01 21:13 [PATCH] 2.5.73, cciss, io hang Wiran, Francis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).