From: Jens Axboe Date: Thu, 15 Mar 2012 13:53:38 +0000 (+0100) Subject: Note offset_increment parent option X-Git-Tag: fio-2.0.6~9 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=2d7cd868ff95ecf4d5b8247e255fbec807aa2aa7 Note offset_increment parent option And move it up near "offset". Signed-off-by: Jens Axboe --- 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, },