From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Wed, 27 Oct 2010 15:16:16 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] file servers lib9p -v- kernel Topicbox-Message-UUID: 6f2060e0-ead6-11e9-9d60-3106f5b1d025 > I think the major change writing for the kernel is I am responsible for > keeping the Path in the Chan up to date as the I get service > fscreate, fsclone (just bump refernce count), and fswalk. > > I'am not sure how I should leave the Path of walk if the walk fails? the best way to approach this is to look at a couple kernel file servers. #e is a good example of a dynamic 1-level fs. #r is a good example of a table-driven one. - erik