lkml.org 
[lkml]   [2000]   [Aug]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Buffer cache
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/

\
 
 \ /
  Last update: 2005-03-22 13:58    [W:0.350 / U:0.088 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site