David Holland <dholland-t...@netbsd.org> wrote:

> If something in fuse is causing these cases to share the same open and
> thus the same struct file, fuse is broken. Fix fuse first.

The NetBSD VFS interface does not let underlying filesystem distinguish
different struct file for a given vnode. That information is just not
sent, and this is what this thread is about.

The FUSE interface has the notion of filehandles, which are opaque
references to struct file. But currently NetBSD cannot use that.

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
m...@netbsd.org

Reply via email to