From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: vic Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Native Windows TTY Support (Windows)) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [9fans] qids Date: Wed, 26 Mar 2003 10:24:55 -0600 Topicbox-Message-UUID: 84f53162-eacb-11e9-9e20-41e7f4b1d025 I am writing a file server to be overlayed on a portion of an existing name space. It presents the original name space, plus some new files. I'm trying to decide how to manage the qids. The issue is choosing qids for the new files without colliding with qids of the old ones. The best related example I've seen is the qid hash table in exportfs. Is there a better one? Vic