Renamed a few superblock-related things

- supermdir -> mroot
- supermagic -> magic
- superconfig -> config
This commit is contained in:
Christopher Haster
2023-05-09 12:26:05 -05:00
parent 7925f9f019
commit 975a98b099
6 changed files with 82 additions and 82 deletions
+2 -2
View File
@@ -372,7 +372,7 @@ typedef union lfsr_btree {
typedef struct lfsr_mdir {
// -2 => an out-of-tree mdir
// -1 => supermdir
// -1 => mroot
// >=0 => bid in the mtree
lfs_ssize_t mid;
lfs_block_t other_block;
@@ -469,7 +469,7 @@ typedef struct lfs {
lfs_size_t attr_max;
// begin lfsr things
lfsr_mdir_t supermdir;
lfsr_mdir_t mroot;
lfsr_btree_t mtree;
#ifdef LFS_MIGRATE