Test: use submit_and_wait()

This commit is contained in:
Vitaliy Filippov
2020-03-03 17:48:47 +03:00
parent c9f3654905
commit 9c33de5e57
3 changed files with 1 additions and 8 deletions
-5
View File
@@ -196,11 +196,6 @@ void blockstore_impl_t::loop()
{
flusher->loop();
}
int ret = ringloop->submit();
if (ret < 0)
{
throw std::runtime_error(std::string("io_uring_submit: ") + strerror(-ret));
}
if ((initial_ring_space - ringloop->space_left()) > 0)
{
live = true;