On Aug 25, 2009, at 3:45 PM, Stefan Egli wrote:
Thanks Mates! I've seen those manuals but the bug I'm chasing doesn't
seem to be documented ;)
Just now that I got your attention :) one final clarification
question:
* the attribute cache (==metadata cache) is part of the nfs client
code
* the date (=file content) cache would be the normal linux caching
A file's mtime/ctime/atime is stored in the generic in-core inode.
The inode cache is "normal linux caching". File content is cached in
the kernel's regular page cache, also considered "normal linux
caching". The difference for NFS files is how this information is
updated and flushed back to persistent storage.
--
Chuck Lever
chuck[dot]lever[at]oracle[dot]com
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html