Note offset_increment parent option
authorJens Axboe <axboe@kernel.dk>
Thu, 15 Mar 2012 13:53:38 +0000 (14:53 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 15 Mar 2012 13:53:38 +0000 (14:53 +0100)
And move it up near "offset".

Signed-off-by: Jens Axboe <axboe@kernel.dk>
options.c

index e0f6422ba173f14a86f8d4e0b198413accabab29..3de0221e26eb5ab03d4f6e664be41e5c50ce5bb6 100644 (file)
--- 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,
        },