From d410d4dfad8bec4ca6d527fda5b75ea09981f689 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Fri, 18 Jul 2025 18:22:46 -0500 Subject: [PATCH] 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. --- lfs3.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lfs3.h b/lfs3.h index f94b780c..627bae2c 100644 --- a/lfs3.h +++ b/lfs3.h @@ -780,8 +780,6 @@ typedef struct lfs3_trv { } mtortoise; // btree traversal state lfs3_btrv_t btrv; - // graft traversal state - lfs3_size_t gtrv; } u; // recalculate gcksum when traversing with ckmeta