K 10 svn:author V 7 asomers K 8 svn:date V 27 2019-05-29T02:03:08.747427Z K 7 svn:log V 583 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 END