Re: Buffer cache

From: Tigran Aivazian (tigran@veritas.com)
Date: Fri Aug 11 2000 - 06:41:43 EST


On Fri, 11 Aug 2000, Kay Salzwedel wrote:
> I have a question concerning the buffer cache. Suppose I read data from
> a file into a local variable and change it. What happen whe I read it
> again? Does linux read from the file or from the buffer cache?

neither. From the page cache really, but _really_ you don't need to know.
All you need to know is that the filesystem and VM views of the object is
coherent with its "real" representation on the backing store.

Regards,
Tigran

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



This archive was generated by hypermail 2b29 : Tue Aug 15 2000 - 21:00:24 EST