Renamed lfs_alloc_ack -> lfs_alloc_ckpoint

This name describes this operation ever so slightly better, I've already
been refering to this as "checkpointing the allocator" places.
This commit is contained in:
Christopher Haster
2023-12-06 21:11:11 -06:00
parent 43270ed50f
commit 3a6afaf1c5
5 changed files with 122 additions and 122 deletions
+1 -1
View File
@@ -601,7 +601,7 @@ typedef struct lfs {
lfs_block_t start;
lfs_block_t size;
lfs_block_t next;
lfs_block_t acked;
lfs_block_t ckpoint;
uint8_t *buffer;
} lookahead;