Commit 86225b5e authored by Jens Axboe's avatar Jens Axboe Committed by Linus Torvalds

[PATCH] update to the update

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.
parent e3102b26
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment