More cpu engine fixes
[fio.git] / io_u.c
diff --git a/io_u.c b/io_u.c
index 4750ac600a4272142bc85ccf9333382fcb1a4d28..cab09800de5afea6e1e3d749f97ef33139faca6e 100644 (file)
--- a/io_u.c
+++ b/io_u.c
@@ -313,6 +313,9 @@ void requeue_io_u(struct thread_data *td, struct io_u **io_u)
 
 static int fill_io_u(struct thread_data *td, struct io_u *io_u)
 {
+       if (td->io_ops->flags & FIO_NOIO)
+               goto out;
+
        /*
         * see if it's time to sync
         */