Skip to content

Commit 5d7d1af

Browse files
authored
Merge pull request ceph#58745 from cyx1231st/wip-fix-blk-aio-compile-issue
blk/aio: fix compile issue when HAVE_LIBURING isn't defined Reviewed-by: Igor Fedotov <[email protected]> Reviewed-by: Radoslaw Zarzynski <[email protected]>
2 parents 3250b54 + 6be7a9c commit 5d7d1af

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)