gfio: set option category for create_only
authorJens Axboe <axboe@kernel.dk>
Mon, 7 May 2012 07:56:00 +0000 (09:56 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 7 May 2012 07:56:00 +0000 (09:56 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
options.c

index 0074e5fbc98e5d7cf9356e7967dd14de834da3d7..2201f597fd8235e2b4f66a33b649f386e1159feb 100644 (file)
--- a/options.c
+++ b/options.c
@@ -2225,6 +2225,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .type   = FIO_OPT_BOOL,
                .off1   = td_var_offset(create_only),
                .help   = "Only perform file creation phase",
                .type   = FIO_OPT_BOOL,
                .off1   = td_var_offset(create_only),
                .help   = "Only perform file creation phase",
+               .category = FIO_OPT_C_FILE,
                .def    = "0",
        },
        {
                .def    = "0",
        },
        {