We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2aa33 commit 7873d81Copy full SHA for 7873d81
bd/lfs_emubd.c
@@ -531,6 +531,7 @@ int lfs_emubd_sync(const struct lfs_config *cfg) {
531
// emulate out-of-order writes? reset first write, writes
532
// cannot be out-of-order across sync
533
if (bd->cfg->powerloss_behavior == LFS_EMUBD_POWERLOSS_OOO) {
534
+ lfs_emubd_decblock(bd->ooo_data);
535
bd->ooo_block = -1;
536
bd->ooo_data = NULL;
537
}
0 commit comments