Re: Buffer and Page cache coherent? was: Strange IDE performancechange in 2.6.1-rc1 (again)

From: Andrew Morton
Date: Sun Jan 04 2004 - 19:28:18 EST


Mike Fedyk <mfedyk@xxxxxxxxxxxxx> wrote:
>
> So in what way is the buffer cache coherent with the pagecache?
>

There is no "buffer cache" in Linux. There is a pagecache for /etc/passwd
and there is a pagecache for /dev/hda1. They are treated pretty much
identically. The kernel attaches buffer_heads to those pagecache pages
when needed - generally when it wants to deal with individual disk blocks.

> Any progress on that pagecache coherent block relocation patch you had for
> ext3? :)

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