[Bug 258056] sys/fs/fuse: commit 7b8622fa22 breaks net/rclone mount

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 27 Aug 2021 00:54:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258056

--- Comment #5 from Alan Somers <asomers@FreeBSD.org> ---
Yes, I do suspect the application.  My theory is that rclone opens /dev/fuse in
nonblocking mode and tries to register it with kevent for EVFILT_WRITE |
EVFILT_READ.  Previously this would fail, so it would fallback to a blocking
paradigm.  But now that succeeds, so it tries to use the non-blocking path. 
But that path is entirely untested because it was previously unreachable. 
That's my guess at least.  You should take it up with the rclone developers.  I
don't know Go, so I won't be much help.

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