From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4034CED5.3000908@place.org> From: Stephen Wynne User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 MIME-Version: 1.0 To: 9fans@cse.psu.edu Subject: Re: [9fans] user-level file systems for Linux References: <4034CD4D.2090209@insultant.net> In-Reply-To: <4034CD4D.2090209@insultant.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 19 Feb 2004 06:57:25 -0800 Topicbox-Message-UUID: edd50e90-eacc-11e9-9e20-41e7f4b1d025 Yes, NFSv4 is stateful. See 1.4.4. OPEN and CLOSE at http://www.ietf.org/rfc/rfc3530.txt Note that the equivalent of CIFS OPLocks is handled by delegations. It's a bit like AFS's callback mechanism. The Linux kernel changes are still under development, see http://www.citi.umich.edu/projects/nfsv4/. More on V4 at http://www.nfsv4.org/ > they had better had. lack of close is a nightmare.