X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=init.c;h=f3cb9ad6c18d44581d13d67e8d850ab791d2442b;hp=6cbed8c86ea1d9593719bdd4ffdae37ba72c6456;hb=e6203e9e73039537d41810e91e3dfe6abeb919d9;hpb=088b42076dcbadf4d61367e19e49cb0d12aaadd1 diff --git a/init.c b/init.c index 6cbed8c8..f3cb9ad6 100644 --- a/init.c +++ b/init.c @@ -17,7 +17,7 @@ #include "fio.h" #include "parse.h" -static char fio_version_string[] = "fio 1.16.7"; +static char fio_version_string[] = "fio 1.17.1"; #define FIO_RANDSEED (0xb1899bedUL) @@ -222,9 +222,6 @@ static int fixup_options(struct thread_data *td) if (!o->file_size_high) o->file_size_high = o->file_size_low; - if (td_read(td) && !td_rw(td)) - o->verify = 0; - if (o->norandommap && o->verify != VERIFY_NONE) { log_err("fio: norandommap given, verify disabled\n"); o->verify = VERIFY_NONE;