From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1fc19189dd8003956ea85e8e1aa87d85@quanstro.net> From: erik quanstrom Date: Tue, 5 Feb 2008 11:35:27 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: 9P, procedure calls, kernel, confusion. :( In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 46e74e48-ead3-11e9-9d60-3106f5b1d025 > see bind(2): > > Finally, the MCACHE flag, valid for mount only, turns on > caching for files made available by the mount. By default, > file contents are always retrieved from the server. With > caching enabled, the kernel may instead use a local cache to > satisfy read(5) requests for files accessible through this > mount point. The currency of cached data for a file is ver- > ified at each open(5) of the file from this client machine. > sleezy hacks notwithstanding. - erik