WIP one possible solution for non-DAG trees exploiting half-orphans

This commit is contained in:
Christopher Haster
2020-02-22 22:55:35 -06:00
parent 17efa7b3b9
commit b392c49e36
5 changed files with 224 additions and 122 deletions

1
lfs.h
View File

@@ -311,6 +311,7 @@ typedef struct lfs_mdir {
uint16_t count;
bool erased;
bool split;
bool first;
lfs_block_t tail[2];
} lfs_mdir_t;