HomeFreeBSD

fusefs: add comments explaining why 7.11 features aren't implemented

Description

fusefs: add comments explaining why 7.11 features aren't implemented

Protocol 7.11 adds two new features, but neither of them were defined
correctly. FUSE_IOCTL messages don't work for 32-bit daemons on a 64-bit
host (fixed in protocol 7.16). FUSE_POLL is basically unusable until 7.21.
Before 7.21, the client can't choose which events to register for; the
client registers for "something" and the server replies to say which events
the client is registered for. Also, before 7.21 there was no way for a
client to deregister a file handle.

Sponsored by: The FreeBSD Foundation

Details

Provenance
asomersAuthored on
Parents
rS348347: Add missing powerpc64 relocation support to libdwarf
Branches
Unknown
Tags
Unknown