]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
blk/aio: fix compile issue when HAVE_LIBURING isn't defined 58745/head
authorYingxin Cheng <yingxin.cheng@intel.com>
Tue, 23 Jul 2024 03:22:59 +0000 (11:22 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Tue, 23 Jul 2024 03:33:08 +0000 (11:33 +0800)
Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
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);