From: Omar Sandoval <osandov@xxxxxx> The man page claims that iodepth_batch=0 falls back to whatever was specified for iodepth, but the enforced minimum of 1 means that 0 is not actually valid. Fixes: a2e6f8ac56a9 ("Make iodepth_batch=1 by default") Signed-off-by: Omar Sandoval <osandov@xxxxxx> --- options.c | 1 - 1 file changed, 1 deletion(-) diff --git a/options.c b/options.c index 3360784a02b6..d157185b086c 100644 --- a/options.c +++ b/options.c @@ -1678,7 +1678,6 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .help = "Number of IO buffers to submit in one go", .parent = "iodepth", .hide = 1, - .minval = 1, .interval = 1, .def = "1", .category = FIO_OPT_C_IO, -- 2.8.3 -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html