]> git.hungrycats.org Git - linux/commitdiff
[PATCH] update to the update
authorJens Axboe <axboe@suse.de>
Sun, 2 Jun 2002 10:15:36 +0000 (03:15 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 2 Jun 2002 10:15:36 +0000 (03:15 -0700)
Too much copy'n paste between 2.4 and 2.5 code base, attached patch on
top of the previous block tag fixes makes it work/compile again. Sorry
about that.

drivers/block/ll_rw_blk.c

index 65f8680ed24aae61a7978b6e0d419abe4f3712c2..ddb858b5d3b96ec3b75f9fd349c952e5cd2c5f1b 100644 (file)
@@ -488,8 +488,8 @@ void blk_queue_invalidate_tags(request_queue_t *q)
 
                if (rq->tag == -1) {
                        printk("bad tag found on list\n");
-                       list_del(&rq->queue);
-                       rq->tagged = 0;
+                       list_del(&rq->queuelist);
+                       rq->flags &= ~REQ_QUEUED;
                } else
                        blk_queue_end_tag(q, rq);