gbmap: Renamed gbmap.free -> gbmap.next

This may not be the best name, but it's at least more clear than
gbmap.free, which risks confusion with total number of free blocks.
This commit is contained in:
Christopher Haster
2025-12-29 00:39:26 -06:00
parent 7bfaeb21da
commit 2d6707c002
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1378,7 +1378,7 @@ typedef struct lfs3 {
lfs3_block_t window;
lfs3_block_t known;
#if !defined(LFS3_RDONLY)
lfs3_sblock_t free;
lfs3_sblock_t next;
#endif
#if !defined(LFS3_RDONLY) && !defined(LFS3_NO_PREERASE)
lfs3_ecksum_t ecksum;