Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jul 2022 13:41:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount
Message-ID:  <bug-258056-227-xhszAp4MWU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258056-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258056-227@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=3D258056

--- Comment #20 from Keith White <kwhite.uottawa@gmail.com> ---
Not an issue for you!

I think the issue is how go itself "thinks" kqueue works with a file or dev=
ice.

The comments in src/os/file_unix.go would seem to indicate that files that =
are
always ready to write are a problem for go's poll code.  It already special
cases regular files:

// Don't try to use kqueue with regular files on *BSDs.
// On FreeBSD a regular file is always
// reported as ready for writing.

--=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-258056-227-xhszAp4MWU>