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 f3b593227043626d6978005c35ebec5c5a6472dc..d4a65089a502ece5f28d58ef38ad84ae85def358 100644 (file)
--- a/io_u.c
+++ b/io_u.c
@@ -1,12 +1,8 @@
 #include <unistd.h>
-#include <fcntl.h>
 #include <string.h>
-#include <signal.h>
-#include <time.h>
 #include <assert.h>
 
 #include "fio.h"
-#include "hash.h"
 #include "verify.h"
 #include "trim.h"
 #include "lib/rand.h"
@@ -1766,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;
                        }