[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: More info: 2.1.108 page cache performance on low memory
Hi,
On Sun, 26 Jul 1998 09:49:02 -0500 (CDT), Eric W Biederman
<eric@flinx.npwt.net> said:
> From where I sit it looks completly possible to give the buffer cache a
> fake inode, and have it use the same mechanisms that I have developed for
> handling other dirty data in the page cache. It should also be possible
> in this effort to simplify the buffer_head structure as well.
> As time permits I'll move in that direction.
You'd still have to persuade people that it's a good idea. I'm not
convinced.
The reason for having things in the page cache is for fast lookup.
For this to make sense for the buffer cache, you'd have to align the
buffer cache on page boundaries, but buffers on disk are not naturally
aligned this way. You'd end up wasting a lot of space as perhaps only
a few of the buffers in any page were useful, and you'd also have to
keep track of which buffers within the page were valid/dirty.
We *need* a mechanism which is block-aligned, not page-aligned. The
buffer cache is a good way of doing it. Forcing block device caching
into a page-aligned cache is not necessarily going to simplify things.
--Stephen
--
This is a majordomo managed list. To unsubscribe, send a message with
the body 'unsubscribe linux-mm me@address' to: majordomo@kvack.org