Fix missing mutex unlock with zero-copy and iothreads O_o

This commit is contained in:
Vitaliy Filippov
2025-05-24 00:56:31 +03:00
parent 4afb617f59
commit f201ecdd51
+2
View File
@@ -125,6 +125,8 @@ void ring_loop_t::loop()
if (cqe->flags & IORING_CQE_F_MORE)
{
// There will be a second notification
if (mt)
mu.unlock();
d->res = cqe->res;
d->more = true;
if (d->callback)