Re: kernel BUG at include/linux/blkdev (2.5.70)

From: Zwane Mwaikambo (zwane@linuxpower.ca)
Date: Wed May 28 2003 - 01:33:42 EST


On Wed, 28 May 2003, Jens Axboe wrote:

> Previous request, what are you talking about?

I meant the rq will be removed off the request queue.

blk_queue_start_tag
blkdev_dequeue_request;

Bad wording, clue anaemia.

> do_ide_request()
> ide_do_request()
> start_request(drive, rq); /* this rq is _never_ off the list */
> __ide_do_rw_disk(drive, rq);
> idedisk_start_tag(drive, rq);
> blkdev_dequeue_request(rq); /* boom */
>
> It does _not_ look valid.

And thus he spake...

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