On 28/01/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
--- linux-2.6.20-rc6-mm1/block/elevator.c.dist 2007-01-26 14:30:36.000000000 -0500 +++ linux-2.6.20-rc6-mm1/block/elevator.c 2007-01-27 19:57:02.000000000 -0500 @@ -604,12 +604,6 @@ void elv_insert(request_queue_t *q, stru */ rq->cmd_flags | REQ_SOFTBARRIER;- /* - * Most requeues happen because of a busy condition, - * don't force unplug of the queue for that case. - */ - unplug_it 0; - if (q->ordseq 0) { list_add(&rq->queuelist, &q->queue_head); break; (How did *that* one manage to compile for anybody??!?)
I have fixed this in my local tree, but I didn't send a patch because Andrew has sent a git-block-borkage.patch three minutes earlier.
After all that, I finally got a clean compile.... Maybe later I'll get brave and actually try to boot it. :)
Good luck :) Regards, Michal -- Michal K. K. Piotrowski LTG - Linux Testers Group (http://www.stardust.webpages.pl/ltg/) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

