From 2d7cd868ff95ecf4d5b8247e255fbec807aa2aa7 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 15 Mar 2012 14:53:38 +0100 Subject: [PATCH] Note offset_increment parent option And move it up near "offset". Signed-off-by: Jens Axboe --- options.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/options.c b/options.c index e0f6422b..3de0221e 100644 --- a/options.c +++ b/options.c @@ -1118,6 +1118,14 @@ static struct fio_option options[FIO_MAX_OPTS] = { .help = "Start IO from this offset", .def = "0", }, + { + .name = "offset_increment", + .type = FIO_OPT_STR_VAL, + .off1 = td_var_offset(offset_increment), + .help = "What is the increment from one offset to the next", + .parent = "offset", + .def = "0", + }, { .name = "bs", .alias = "blocksize", @@ -2215,13 +2223,6 @@ static struct fio_option options[FIO_MAX_OPTS] = { .parent = "flow_id", .def = "0", }, - { - .name = "offset_increment", - .type = FIO_OPT_STR_VAL, - .off1 = td_var_offset(offset_increment), - .help = "What is the increment from one offset to the next", - .def = "0", - }, { .name = NULL, }, -- 2.25.1