Begin journal flusher

This commit is contained in:
Vitaliy Filippov
2019-11-12 12:02:11 +03:00
parent 5ac3910cef
commit f892104aed
3 changed files with 73 additions and 5 deletions
+1
View File
@@ -23,6 +23,7 @@ int blockstore::fulfill_read_push(blockstore_operation *op, uint64_t &fulfilled,
op->buf + cur_start - op->offset,
cur_end - cur_start
};
// FIXME: use simple std::vector instead of map for read_vec
op->read_vec[cur_start] = data->iov;
io_uring_prep_readv(
sqe,