https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234581

            Bug ID: 234581
           Summary: [fusefs] no VOP_ADVLOCK support
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: [email protected]
          Reporter: [email protected]

fusefs(4) does not implement VOP_ADVLOCK(9).  As a result, the kernel's default
implementation (vop_stdadvlock) is used.  That's fine for local filesystems,
but not for networked filesystems.  Networked filesystems could end up
concurrently accessing files that are apparently locked, if the accesses come
from different clients.  This limitation isn't documented in mount_fusefs(8),
or anywhere else that I can find.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to