[Bug 254024] devel/gvfs: gvfsd-trash latches to zfs volumes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 9 12:21:50 UTC 2021


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

Vladimir Kondratyev <wulf at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wulf at freebsd.org

--- Comment #18 from Vladimir Kondratyev <wulf at freebsd.org> ---
(In reply to Damjan Jovanovic from comment #15)
> O_EVTONLY sounds interesting. Did Apple open source that code?

XNU kernel is opensourced and available e.g. at github:
https://github.com/apple/darwin-xnu/

But... better alternative called O_PATH is coming:
https://reviews.freebsd.org/D29323. Unlike O_EVTONLY which only allows unmount,
it totally blocks filesystem access (with some exceptions like fstat()), thus
making it appropriate to work over fuse, nfs and other slow fs.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gnome mailing list