Note process vs thread in output
[fio.git] / ioengines.c
index 66991c7cce1f3bb93b6b73981f43e5d3b82039ad..9de7ca16b2e3401ed877859db41f1047d957dd07 100644 (file)
@@ -28,12 +28,6 @@ static int check_engine_ops(struct ioengine_ops *ops)
                return 1;
        }
 
-       /*
-        * cpu thread doesn't need to provide anything
-        */
-       if (ops->flags & FIO_CPUIO)
-               return 0;
-
        if (!ops->queue) {
                log_err("%s: no queue handler\n", ops->name);
                return 1;