> 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

Reply via email to