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
