fusefs: support EVFILT_WRITE on /dev/fuse
/dev/fuse is always ready for writing, so it's kind of dumb to poll it.
But some applications do it anyway. Better to return ready than EINVAL.
MFC after: 2 weeks
Differential D30784
fusefs: support EVFILT_WRITE on /dev/fuse asomers on Jun 16 2021, 12:59 AM. Authored by Tags None Referenced Files
Details fusefs: support EVFILT_WRITE on /dev/fuse /dev/fuse is always ready for writing, so it's kind of dumb to poll it. MFC after: 2 weeks Existing kqueue test modified to use kqueue for writing as well as for reading. Tested with a real file system from https://github.com/Sherlock-Holo/fuse3
Diff Detail
Event Timeline
|