Mark rwmixcycle option as deprecated in the option parser
[fio.git] / options.c
index 20549edfe5ebbadfdc64efabf9700c0bffc74d3e..8a6a433833582552983ffadf4b2d9e596aa514d5 100644 (file)
--- a/options.c
+++ b/options.c
@@ -988,11 +988,7 @@ static struct fio_option options[] = {
        },
        {
                .name   = "rwmixcycle",
-               .type   = FIO_OPT_INT,
-               .off1   = td_var_offset(rwmixcycle),
-               .help   = "Cycle period for mixed read/write workloads (msec)",
-               .def    = "500",
-               .parent = "rwmixread",
+               .type   = FIO_OPT_DEPRECATED,
        },
        {
                .name   = "nice",