[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <459A32E5.70506@gmail.com>
Date: Tue, 02 Jan 2007 11:24:37 +0100
From: Rene Herman <rene.herman@...il.com>
To: Jens Axboe <jens.axboe@...cle.com>
CC: Andrew Morton <akpm@...l.org>, Tejun Heo <htejun@...il.com>,
Jens Axboe <axboe@...e.de>,
Alan Cox <alan@...rguk.ukuu.org.uk>,
linux-kernel@...r.kernel.org, Linus Torvalds <torvalds@...l.org>
Subject: Re: 2.6.20-rc2+: CFQ halving disk throughput.
Jens Axboe wrote:
> On Mon, Jan 01 2007, Andrew Morton wrote:
>> The patch would appear to need this fix:
>>
>> --- a/block/cfq-iosched.c~a
>> +++ a/block/cfq-iosched.c
>> @@ -592,7 +592,7 @@ static int cfq_allow_merge(request_queue
>> if (cfqq == RQ_CFQQ(rq))
>> return 1;
>>
>> - return 1;
>> + return 0;
>> }
>>
>> static inline void
>> _
>>
>> But that might not fix things...
>
> Yeah it is, but I don't think it'll fix it (if anything, it'll be more
> conservative).
(to possibly save others from trying -- no, doesn't fix any)
Rene.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists