Begin journal flusher
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user