From: Jens Axboe Date: Mon, 7 May 2012 07:56:00 +0000 (+0200) Subject: gfio: set option category for create_only X-Git-Tag: gfio-0.1~1 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=d17fda710e5271eaa6e54dbbf70c5a4a1cf4d769 gfio: set option category for create_only Signed-off-by: Jens Axboe --- diff --git a/options.c b/options.c index 0074e5fb..2201f597 100644 --- 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", + .category = FIO_OPT_C_FILE, .def = "0", }, {