btree: Renamed btree.leaf.rbyd -> btree.leaf.r

This matches other internal rbyds: btree.r, mdir.r, etc.

The intention of the single-char names is to reduce clutter around these
severely nested structs, both btrees and mdirs _are_ rbyds, so the name
doesn't really besides C-level type info.

I was hesitant on btree.leaf.rbyd, but decided consistency probably wins
here.
This commit is contained in:
Christopher Haster
2025-07-21 16:40:31 -05:00
parent a871e02354
commit ff7e196f92
2 changed files with 29 additions and 32 deletions
+1 -1
View File
@@ -691,7 +691,7 @@ typedef struct lfs3_btree {
lfs3_rbyd_t r;
struct {
lfs3_bid_t bid;
lfs3_rbyd_t rbyd;
lfs3_rbyd_t r;
} leaf;
} lfs3_btree_t;