X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=aeba5201e7303a2d83d9e34e7a3110dc0be2f7a4;hp=5401f90339bf7da688b8e645656cec3a24ee7228;hb=160b966d83adace2629de10f85ed269ab2e587f5;hpb=8de8f047bd025f12d23cfc3fc1793434c6d8ff94 diff --git a/options.c b/options.c index 5401f903..aeba5201 100644 --- 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,