Renamed a couple mbit related things

- mdir_bits -> mbits
- lfsr_mid_bid -> lfsr_mbid
- lfsr_mid_rid -> lfsr_mrid

These now match the naming in the dbg scripts.

I feel like this is more terse in a way that is also more readable, but
maybe that's just me.
This commit is contained in:
Christopher Haster
2025-04-17 00:37:41 -05:00
parent 04d3002f3a
commit 89356fc697
5 changed files with 229 additions and 230 deletions
+1 -1
View File
@@ -815,7 +815,7 @@ typedef struct lfs {
int8_t recycle_bits;
uint8_t rattr_estimate;
uint8_t mdir_bits;
uint8_t mbits;
// linked-list of opened mdirs
lfsr_omdir_t *omdirs;