Batch handle_immediate_ops more

This commit is contained in:
Vitaliy Filippov
2026-05-19 17:19:35 +03:00
parent 13842ecd90
commit eb1dbd7459
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -52,7 +52,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);
}