fusefs: fix an expectation in one of the tests
An order-of-operations problem caused an expectation intended for
FUSE_READ to instead match FUSE_ACCESS. Surprisingly, only one test
case was affected.
fusefs: update FUSE protocol to 7.28
None of the new optional features are implemented yet.
fusefs: implement FUSE_COPY_FILE_RANGE.
MFC after: 2 weeks
Relnotes: yes