gfio: add option group/category to filename_format
authorJens Axboe <axboe@kernel.dk>
Wed, 10 Apr 2013 11:01:30 +0000 (13:01 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 10 Apr 2013 11:01:30 +0000 (13:01 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
options.c

index 688d28bddc86c4e016647c55f841a7676f746472..772771e6aee05e3cece578654d50a83c27ceedb2 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1141,6 +1141,8 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .prio   = -1, /* must come after "directory" */
                .help   = "Override default $jobname.$jobnum.$filenum naming",
                .def    = "$jobname.$jobnum.$filenum",
+               .category = FIO_OPT_C_FILE,
+               .group  = FIO_OPT_G_FILENAME,
        },
        {
                .name   = "lockfile",