Renamed lfs_entry_t -> lfs_mattr_t

Attributes are used to describe more than just entries, so calling these
list of attributes "entries" was inaccurate. However, the name
"attributes" would conflict with "user attributes", user-facing
attributes with a very similar purpose. "user attributes" must be kept
distinct due to differences in binary layout (internal attributes can
use a more compact tag+buffer representation, but expecting users to
jump through hoops to get their data to look like that isn't very
user-friendly).

Decided to go with "mattr" as shorthand for "meta-attributes", similar
to "metadata".
This commit is contained in:
Christopher Haster
2018-05-29 00:50:47 -05:00
parent 9278b17537
commit eaa9220aad
2 changed files with 281 additions and 244 deletions

503
lfs.c

File diff suppressed because it is too large Load Diff