Re: CFQ - 2.5.70-mm3 BUGs

From: Jens Axboe (axboe@suse.de)
Date: Tue Jun 03 2003 - 10:48:06 EST


On Tue, Jun 03 2003, Con Kolivas wrote:
> I thought I'd give the cfq another run since some change has made it
> into this patch and got these BUGs together (note, preempt enabled and
> UP +IDE):

The version in -mm3 is woefully out of data, my fault... This should fix
it, once the modular elv stuff is done, I'll update the version.

--- drivers/block/cfq-iosched.c~ 2003-06-03 11:35:35.000000000 +0200
+++ drivers/block/cfq-iosched.c 2003-06-03 17:46:57.000000000 +0200
@@ -244,6 +244,7 @@
                 struct cfq_queue *cfqq = crq->cfq_queue;
 
                 cfq_remove_merge_hints(q, crq);
+ list_del_init(&rq->queuelist);
 
                 if (cfqq) {
                         cfq_del_crq_rb(cfqq, crq);

-- 
Jens Axboe

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jun 07 2003 - 22:00:20 EST