[Bug 254024] devel/gvfs: gvfsd-trash latches to zfs volumes
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Apr 17 19:10:10 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254024
--- Comment #24 from Vladimir Kondratyev <wulf at freebsd.org> ---
(In reply to rozhuk.im from comment #23)
> It is not clear to me: can I use fd = open(O_PATH)
> in kqueue to monitor fs changes events?
Yes, certainly. You should append typical flag suffix
O_NOFOLLOW|O_NONBLOCK|O_CLOEXEC to handle symlinks, FIFOs and execve() as well.
> You should promote this as option for glib20 port, probably as default on.
I'll do it after pushing the O_PATH changes in to master libinotify branch.
Unfortunately, it will take some time as my HDD which held VMs required for
regression testing has died, so I have to recreate these VMs.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gnome
mailing list