Renamed mblocks -> mptr
Since we need an bptr type internally, a block pointer, which is a bit more complicated than just a single address, calling our mdir pairs mptrs makes sense.
This commit is contained in:
@@ -4186,7 +4186,7 @@ code = '''
|
||||
uint8_t buf[LFSR_MDIR_DSIZE];
|
||||
lfsr_mdir_commit(&lfs, &lfs.mroot, LFSR_ATTRS(
|
||||
LFSR_ATTR(-1,
|
||||
MROOT, 0, FROMMBLOCKS(LFSR_MBLOCKS_MROOTANCHOR(), buf)))) => 0;
|
||||
MROOT, 0, FROMMPTR(LFSR_MPTR_MROOTANCHOR(), buf)))) => 0;
|
||||
|
||||
// technically, cycle detection only needs to work when we're validating
|
||||
lfsr_traversal_t traversal = LFSR_TRAVERSAL(LFSR_TRAVERSAL_VALIDATE);
|
||||
|
||||
Reference in New Issue
Block a user