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/