Batch handle_immediate_ops more

This commit is contained in:
Vitaliy Filippov
2026-04-03 21:22:42 +03:00
parent ea280609ce
commit 1eec28bc65
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ void osd_messenger_t::outbox_push(osd_op_t *cur_op)
if (!ringloop)
{
// FIXME: It's worse because it doesn't allow batching
while (cl->write_ops.size())
while (cl->write_op || cl->write_ops.size())
{
try_send(cl);
}