tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: struct file reference at VFS level



David Holland <dholland-tech%netbsd.org@localhost> 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
manu%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index