On Fri, May 13, 2011 at 12:24 AM, Emmanuel Dreyfus <manu@xxxxxxxxxx> wrote:
Hi
I am still working on glusterfs/NetBSD, and it is getting close to something
actually usable. I still have a few issues, one of which is unmounting.
When I use umount(8), I send a FUSE_DESTROY to glusterfs. That has no
effect at all. Looking at the source, I can see that fuse_destroy()
just returns succes and do nothing.
The linux FUSE generates an EOF on the next read on /dev/fuse fd if the filesystem is unmounted. Is the behaviour different on NetBSD?
Avati