Rename TD_F_VER_NONE into TD_F_DO_VERIFY
[fio.git] / io_u.c
diff --git a/io_u.c b/io_u.c
index 98a7dc560600ce7c7fc8cfa191e734e5cee29276..d4a65089a502ece5f28d58ef38ad84ae85def358 100644 (file)
--- a/io_u.c
+++ b/io_u.c
@@ -1762,7 +1762,7 @@ struct io_u *get_io_u(struct thread_data *td)
                        } else if ((td->flags & TD_F_SCRAMBLE_BUFFERS) &&
                                   !(td->flags & TD_F_COMPRESS))
                                do_scramble = 1;
-                       if (td->flags & TD_F_VER_NONE) {
+                       if (td->flags & TD_F_DO_VERIFY) {
                                populate_verify_io_u(td, io_u);
                                do_scramble = 0;
                        }