Dropped trv.u.gtrv graft traversal state
Not sure how this got overlooked. Now that graft traversals are implemented directly in lfs3_alloc, there's no reason to store this state globally. Fortunately this was in a union, so it didn't actually show up in our ctx measurements. No code changes.
This commit is contained in:
@@ -780,8 +780,6 @@ typedef struct lfs3_trv {
|
|||||||
} mtortoise;
|
} mtortoise;
|
||||||
// btree traversal state
|
// btree traversal state
|
||||||
lfs3_btrv_t btrv;
|
lfs3_btrv_t btrv;
|
||||||
// graft traversal state
|
|
||||||
lfs3_size_t gtrv;
|
|
||||||
} u;
|
} u;
|
||||||
|
|
||||||
// recalculate gcksum when traversing with ckmeta
|
// recalculate gcksum when traversing with ckmeta
|
||||||
|
|||||||
Reference in New Issue
Block a user