From: Yingxin Cheng Date: Tue, 23 Jul 2024 03:22:59 +0000 (+0800) Subject: blk/aio: fix compile issue when HAVE_LIBURING isn't defined X-Git-Tag: testing/wip-vshankar-testing-20240723.143739-debug~4^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6be7a9cc77a7075e1e609aff1eaaa4cbb7c98446;p=ceph-ci.git blk/aio: fix compile issue when HAVE_LIBURING isn't defined Signed-off-by: Yingxin Cheng --- diff --git a/src/blk/kernel/io_uring.cc b/src/blk/kernel/io_uring.cc index b33da80ed8e..be63d63aaf2 100644 --- a/src/blk/kernel/io_uring.cc +++ b/src/blk/kernel/io_uring.cc @@ -244,7 +244,7 @@ void ioring_queue_t::shutdown() } int ioring_queue_t::submit_batch(aio_iter beg, aio_iter end, - uint16_t aios_size, void *priv, + void *priv, int *retries) { ceph_assert(0);