engines/io_uring: remove unused ld->io_us array
[fio.git] / options.c
index 626c7c1715976c7e77c8e18327caf5d0a3639abb..6d832354e95d856e89f2c41d6d5691cbd4d8d49c 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1773,13 +1773,11 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                            .help = "Linux native asynchronous IO",
                          },
 #endif
-#ifdef CONFIG_LIBAIO
-#ifdef ARCH_HAVE_AIORING
-                         { .ival = "aio-ring",
-                           .help = "Linux native asynchronous IO",
+#ifdef ARCH_HAVE_IOURING
+                         { .ival = "io_uring",
+                           .help = "Fast Linux native aio",
                          },
 #endif
-#endif
 #ifdef CONFIG_POSIXAIO
                          { .ival = "posixaio",
                            .help = "POSIX asynchronous IO",