Wakeup callers in rm-data

This commit is contained in:
Vitaliy Filippov
2026-04-17 13:53:32 +03:00
parent 8ed1e180e0
commit a76d5ccc0d
+2
View File
@@ -286,6 +286,8 @@ struct rm_inode_t
.data = data,
};
}
// Wakeup callers (otherwise they wake up only on next loop())
parent->ringloop->wakeup();
}
in_continue = false;
}