HomeFreeBSD

fusefs: clear fuse_getattr_in.getattr_flags

Description

fusefs: clear fuse_getattr_in.getattr_flags

Protocol 7.9 adds this field. We could use it to store the file handle of
the file whose attributes we're requesting. However, that requires extra
work at runtime to look up a file handle, and I'm not aware of any file
systems that care. So it's easiest just to clear it.

Sponsored by: The FreeBSD Foundation

Details

Provenance
asomersAuthored on
Parents
rS348314: fusefs: fix an alignment issue in the tests on arm
Branches
Unknown
Tags
Unknown