[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 2.4 / 2.5 VM plans
Hi,
On Wed, Jun 28, 2000 at 11:17:57PM +0200, Juan J. Quintela wrote:
> 2.5:
>
> 7) Make a ->flush method in the address_space operations
OK
> 8) This one is related with the FS, not MM specific, but FS people
> want to be able to allocate MultiPage buffers (see pagebuf from
> XFS) and people want similar functionality for other things.
Yes, but this should be layered on top of the page handling ---
there's no need to integrate it into the low levels of the page cache.
> 9) We need also to implement write clustering for fs/page cache/swap.
Same as above. When the pagebuf layer or whatever gets a write
request for a given page, it is perfectly at liberty to write out
adjacent pages too if it wants to. The VM doesn't have to enforce
that itself.
Cheers,
Stephen
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/