Renamed deferred/inlined trees to shrubs

Get it? Because they're small trees!

Joking aside, having a new term for these helps structure and describe
the filesystem at a high-level without needing to say "inlined trees"
all the time.

Shrub trees are small rbyd trees inlined directly in a file's mdir.
This commit is contained in:
Christopher Haster
2023-09-21 20:05:45 -05:00
parent 67bf64f45b
commit dc8bc447e6
2 changed files with 91 additions and 95 deletions
+1 -1
View File
@@ -506,7 +506,7 @@ typedef struct lfsr_inlined {
lfs_soff_t weight;
lfs_size_t trunk;
lfs_size_t overhead;
} deferred;
} shrub;
} u;
} lfsr_inlined_t;