Skip to content

Commit 6be7a9c

Browse files
committed
blk/aio: fix compile issue when HAVE_LIBURING isn't defined
Signed-off-by: Yingxin Cheng <[email protected]>
1 parent d557013 commit 6be7a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blk/kernel/io_uring.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ void ioring_queue_t::shutdown()
244244
}
245245

246246
int ioring_queue_t::submit_batch(aio_iter beg, aio_iter end,
247-
uint16_t aios_size, void *priv,
247+
void *priv,
248248
int *retries)
249249
{
250250
ceph_assert(0);

0 commit comments

Comments
 (0)