Date: Sat, 03 Apr 2021 02:57:57 +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-z2pa256CiN@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 rozhuk.im@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rozhuk.im@gmail.com --- Comment #13 from rozhuk.im@gmail.com --- devel/glib20 have also FAM alternate backend options, but it will not help. This happen because open() on FreeBSD can be used only for RD, WR, RD+WR. Same time on MAC it can be used with O_EVTONLY - witch is do not block file/dir/mount point. Also FreeBSD does not have O_NOATIME for open(). Only umount -f is workaround for this now. --=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-z2pa256CiN>