Use the same "inflight" queue to track compaction

This commit is contained in:
Vitaliy Filippov
2025-11-23 19:08:22 +03:00
parent 0fd557fe95
commit 98da2cb6e0
9 changed files with 207 additions and 74 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ resume_4:
// FIXME: Also mark as fsynced
for (uint64_t lsn = priv->lsn; lsn <= priv->to_lsn; lsn++)
{
heap->complete_lsn(lsn);
heap->mark_lsn_completed(lsn);
}
// Done. Don't touch op->retval - if anything resulted in ENOENT, return it as is
FINISH_OP(op);