Fix pending_ops

This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:12 +03:00
parent 84961f6d0a
commit 0bc81f5320
3 changed files with 7 additions and 7 deletions
+1
View File
@@ -166,6 +166,7 @@ void blockstore_impl_t::loop()
}
if (wr_st == 0)
{
PRIV(op)->pending_ops = 0;
ringloop->restore(prev_sqe_pos);
if (PRIV(op)->wait_for == WAIT_SQE)
{