]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
blk/aio: fix compile issue when HAVE_LIBURING isn't defined 58675/head
authorYingxin Cheng <yingxin.cheng@intel.com>
Tue, 23 Jul 2024 03:22:59 +0000 (11:22 +0800)
committerIgor Fedotov <igor.fedotov@croit.io>
Tue, 23 Jul 2024 11:06:22 +0000 (14:06 +0300)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
(cherry picked from commit 6be7a9cc77a7075e1e609aff1eaaa4cbb7c98446)

src/blk/kernel/io_uring.cc

index b33da80ed8ed0bff9080cd4d05c77e292824cf34..be63d63aaf264bcc8687c29090aea5897ed1c6be 100644 (file)
@@ -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);