Remove .maxval from verify_pattern
[fio.git] / options.c
index 3112d65e5297f5fb66902c2c237abf7adf832ed6..35a08d3aa6554a238f457966922993708b3b9db7 100644 (file)
--- a/options.c
+++ b/options.c
@@ -653,7 +653,6 @@ static struct fio_option options[] = {
                .name   = "verify_pattern",
                .type   = FIO_OPT_INT,
                .cb     = str_verify_pattern_cb,
                .name   = "verify_pattern",
                .type   = FIO_OPT_INT,
                .cb     = str_verify_pattern_cb,
-               .maxval = UINT_MAX,
                .help   = "Fill pattern for IO buffers",
        },
        {
                .help   = "Fill pattern for IO buffers",
        },
        {