Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Apr 2021 19:10:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 254024] devel/gvfs: gvfsd-trash latches to zfs volumes
Message-ID:  <bug-254024-6497-g24CLjtLEJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254024-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254024-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254024

--- Comment #24 from Vladimir Kondratyev <wulf@freebsd.org> ---
(In reply to rozhuk.im from comment #23)
> It is not clear to me: can I use fd =3D 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 w=
ell.

> 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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254024-6497-g24CLjtLEJ>