From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <7368c07d026746a8c5ff77c645629ea4@terzarima.net> From: Charles Forsyth Date: Wed, 12 Nov 2008 14:29:45 +0000 To: 9fans@9fans.net In-Reply-To: <043B2467-EE87-4262-8BD6-49FFDB83CFC0@sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Do we have a catalog of 9P servers? Topicbox-Message-UUID: 3efe739a-ead4-11e9-9d60-3106f5b1d025 NFS4 still assumes that a file handle can be used to find a file; neither the persistent nor the volatile variants are directly comparable to a Qid and both can complicate implementation. (at least a volatile file handle allows a file system implementation not based on inodes to be done more easily than previously.) 9P uses fids instead, which aren't coupled to Qids, with a lifetime limited to at most a single session (and more usually they are explicitly clunked).