[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 14:45:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056 --- Comment #21 from Keith White <kwhite.uottawa@gmail.com> --- (In reply to Keith White from comment #20) For more background reading. It looks like the go bug report 19093 (referenced in src/os/file_unix.go) gives more detail as to what go "assumes" and why regular BSD files were removed from polling. https://github.com/golang/go/issues/19093 Polling was added in change 36800 which explains, somewhat, what's expected and why go's polling doesn't work on all filetypes on all OSes? https://go-review.googlesource.com/c/go/+/36800/ -- You are receiving this mail because: You are the assignee for the bug.