Do not use modified_block(ui32) to store lsn(ui64)

This commit is contained in:
Vitaliy Filippov
2026-05-11 14:59:08 +03:00
parent b278087410
commit 0c5e6d4346
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@ int blockstore_impl_t::dequeue_stable(blockstore_op_t *op)
else if (priv->op_state == 5) goto resume_5;
assert(!priv->op_state);
op->retval = 0;
PRIV(op)->lsn = 0;
priv->modified_block = priv->modified_block2 = UINT32_MAX;
for (priv->stab_pos = 0; priv->stab_pos < op->len; priv->stab_pos++)
{