From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8c23df3d180be79a054b2c6effaf5605@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] fidtab in u9fs From: "Russ Cox" In-Reply-To: <3E510C04.18111.17397F5@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Sun, 16 Feb 2003 22:27:11 -0500 Topicbox-Message-UUID: 63deeac2-eacb-11e9-9e20-41e7f4b1d025 There can be more than one element in the list -- if you call newfid twice then there will be two fids in the list. You should look at removefid too. It would be a more effective hash table if fidtab were declared with more than one element. That was probably debugging that never got taken out. Russ