Update fio io engine version
[fio.git] / options.c
index 5401f90339bf7da688b8e645656cec3a24ee7228..aeba5201e7303a2d83d9e34e7a3110dc0be2f7a4 100644 (file)
--- a/options.c
+++ b/options.c
@@ -538,6 +538,13 @@ static struct fio_option options[] = {
                          },
                },
        },
+       {
+               .name   = "verifysort",
+               .type   = FIO_OPT_BOOL,
+               .off1   = td_var_offset(verifysort),
+               .help   = "Sort written verify blocks for read back",
+               .def    = "1",
+       },
        {
                .name   = "write_iolog",
                .type   = FIO_OPT_STR_STORE,