From d2ac8e38277e804a16eefd836c79a5d52750c986 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sat, 7 Feb 2026 16:27:26 +0300 Subject: [PATCH] Fix block writeback on enospc during commit --- src/blockstore/blockstore_stable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blockstore/blockstore_stable.cpp b/src/blockstore/blockstore_stable.cpp index ce051c76..26e001ff 100644 --- a/src/blockstore/blockstore_stable.cpp +++ b/src/blockstore/blockstore_stable.cpp @@ -57,9 +57,9 @@ int blockstore_impl_t::dequeue_stable(blockstore_op_t *op) } assert(res == 0); } +resume_1: if (priv->modified_block != UINT32_MAX && priv->modified_block2 != priv->modified_block) { -resume_1: BS_SUBMIT_CHECK_SQES(1); prepare_meta_block_write(priv->modified_block); resume_2: