--- drivers/block/as-iosched.c~ 2003-03-14 21:32:14.000000000 +0100
+++ drivers/block/as-iosched.c 2003-03-14 21:32:38.000000000 +0100
@@ -1341,6 +1341,8 @@
insert_here = ad->dispatch->prev;
list_add(&rq->queuelist, insert_here);
+ if (arq)
+ RB_CLEAR(&arq->rb_node);
if (!list_empty(ad->dispatch) && rq_data_dir(rq) == READ
&& (ad->antic_status == ANTIC_WAIT_REQ
-- 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/