From 86739fcc2fec07b5acd42004fea038e0c3179732 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 30 Jul 2007 09:50:13 +0200 Subject: [PATCH] Remove .maxval from verify_pattern Let the parser handle it. Signed-off-by: Jens Axboe --- options.c | 1 - 1 file changed, 1 deletion(-) diff --git a/options.c b/options.c index 3112d65e..35a08d3a 100644 --- 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, - .maxval = UINT_MAX, .help = "Fill pattern for IO buffers", }, { -- 2.25.1