X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=ae9fdac8f169d2985e77f7e5ac376c521677a353;hp=c08595bb62f08f41205fed0eca3751cf29933060;hb=b0df7176176935b4d39fd196ad35f046bbe10333;hpb=84f43c6f173d057e1b47d2d5f3e4ce8663d0c86e diff --git a/options.c b/options.c index c08595bb..ae9fdac8 100644 --- a/options.c +++ b/options.c @@ -962,6 +962,10 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .oval = TD_DDIR_RW, .help = "Sequential read and write mix", }, + { .ival = "readwrite", + .oval = TD_DDIR_RW, + .help = "Sequential read and write mix", + }, { .ival = "randrw", .oval = TD_DDIR_RANDRW, .help = "Random read and write mix"