From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Steve Simon" Date: Wed, 27 Oct 2010 19:53:25 +0100 To: 9fans@9fans.net MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] file servers lib9p -v- kernel Topicbox-Message-UUID: 6f12f928-ead6-11e9-9d60-3106f5b1d025 I have written a few file servers under lib9p and lib9pfile, I am now trying to write a kernel file server and just a little unsure about the differences. 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? Anything else I need to do/provide? -Steve