Re: [RFC] using writepage to start io

From: Chris Mason (mason@suse.com)
Date: Mon Aug 06 2001 - 15:12:00 EST


On Monday, August 06, 2001 09:45:12 PM +0200 Daniel Phillips
<phillips@bonn-fries.net> wrote:

>> Almost ;-) memory pressure doesn't need to care about how long a
>> buffer has been dirty, that's kupdate's job. kupdate doesn't care if
>> the buffer it is writing is a good candidate for freeing, that's taken
>> care of elsewhere. The two never need to talk (aside from
>> optimizations).
>
> My point is, they should talk, in fact they should be the same function.
> It's never right for bdflush to submit younger buffers when there are
> dirty buffers whose flush time has already passed.
>

Grin, we're talking in circles. My point is that by having two threads,
bdflush is allowed to skip over older buffers in favor of younger ones
because somebody else is responsible for writing the older ones out.

Take away the kupdate thread and bdflush must write the older buffer. I
believe this limits optimizations, unless kswapd is changed to handle all
memory pressure flushes.

-chris

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



This archive was generated by hypermail 2b29 : Tue Aug 07 2001 - 21:00:40 EST