[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Jul 2022 13:41:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 --- 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 device. 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. -- You are receiving this mail because: You are the assignee for the bug.