[PATCH] ioengine flags: Replace FIO_NETIO with real flags that map the
[fio.git] / filesetup.c
index d8135ef08342ce05b0201fdf2fb8e8a8760afc3c..cf9fa3c4fb665f30854b36c2cb25b0dd88f43116 100644 (file)
@@ -347,7 +347,7 @@ static int setup_file(struct thread_data *td, struct fio_file *f)
 {
        int flags = 0;
 
-       if (td->io_ops->flags & FIO_NETIO)
+       if (td->io_ops->flags & FIO_SELFOPEN)
                return 0;
 
        /*