From: Jens Axboe Date: Mon, 30 Jul 2007 07:50:13 +0000 (+0200) Subject: Remove .maxval from verify_pattern X-Git-Tag: fio-1.17~22 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=86739fcc2fec07b5acd42004fea038e0c3179732;ds=sidebyside Remove .maxval from verify_pattern Let the parser handle it. Signed-off-by: Jens Axboe --- 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", }, {