On Thu, May 29, 2014 at 03:12, strake...@gmail.com wrote: > I have been writing a 9p vfs interface. Ultimately I hope to have this in > stock OpenBSD. So far it's incomplete and experimental and often faulty; I > shall hack it further when I have time, but meanwhile I post the diff here > in case someone else wishes to do so. This is my first vfs code, and I've > been learning as I go, in part from tmpfs code. Questions and criticism > welcome.
The first question is why not use fuse? I think it's better to have one userland filesystem interface than two.