tiobench: remove duplicate profile group
authorJens Axboe <axboe@kernel.dk>
Wed, 10 Apr 2013 17:45:30 +0000 (19:45 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 10 Apr 2013 17:45:30 +0000 (19:45 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
options.h
profiles/tiobench.c

index 852ccae101efe6a1184efe48109e20175b76e2fa..cd348862ba3e3c0cce0eacebca9b61c573e98c3b 100644 (file)
--- a/options.h
+++ b/options.h
@@ -91,7 +91,6 @@ enum opt_category_group {
        __FIO_OPT_G_E4DEFRAG,
        __FIO_OPT_G_NETIO,
        __FIO_OPT_G_LIBAIO,
-       __FIO_OPT_G_TIOPROF,
        __FIO_OPT_G_NR,
 
        FIO_OPT_G_RATE          = (1U << __FIO_OPT_G_RATE),
@@ -119,7 +118,6 @@ enum opt_category_group {
        FIO_OPT_G_E4DEFRAG      = (1U << __FIO_OPT_G_E4DEFRAG),
        FIO_OPT_G_NETIO         = (1U << __FIO_OPT_G_NETIO),
        FIO_OPT_G_LIBAIO        = (1U << __FIO_OPT_G_LIBAIO),
-       FIO_OPT_G_TIOPROF       = (1U << __FIO_OPT_G_TIOPROF),
        FIO_OPT_G_INVALID       = (1U << __FIO_OPT_G_NR),
 };
 
index 8a05d51afe9f2f69698c84a8725750b81d7cd10d..1e0d2efe2d25cc704008edb82f18a59aeff2381a 100644 (file)
@@ -27,7 +27,7 @@ static struct fio_option options[] = {
                .roff1  = &size,
                .help   = "Size in MB",
                .category = FIO_OPT_C_PROFILE,
-               .group  = FIO_OPT_G_TIOPROF,
+               .group  = FIO_OPT_G_TIOBENCH,
        },
        {
                .name   = "block",
@@ -36,7 +36,7 @@ static struct fio_option options[] = {
                .help   = "Block size in bytes",
                .def    = "4k",
                .category = FIO_OPT_C_PROFILE,
-               .group  = FIO_OPT_G_TIOPROF,
+               .group  = FIO_OPT_G_TIOBENCH,
        },
        {
                .name   = "numruns",
@@ -44,7 +44,7 @@ static struct fio_option options[] = {
                .roff1  = &loops,
                .help   = "Number of runs",
                .category = FIO_OPT_C_PROFILE,
-               .group  = FIO_OPT_G_TIOPROF,
+               .group  = FIO_OPT_G_TIOBENCH,
        },
        {
                .name   = "dir",
@@ -52,7 +52,7 @@ static struct fio_option options[] = {
                .roff1  = &dir,
                .help   = "Test directory",
                .category = FIO_OPT_C_PROFILE,
-               .group  = FIO_OPT_G_TIOPROF,
+               .group  = FIO_OPT_G_TIOBENCH,
        },
        {
                .name   = "threads",
@@ -60,7 +60,7 @@ static struct fio_option options[] = {
                .roff1  = &nthreads,
                .help   = "Number of Threads",
                .category = FIO_OPT_C_PROFILE,
-               .group  = FIO_OPT_G_TIOPROF,
+               .group  = FIO_OPT_G_TIOBENCH,
        },
        {
                .name   = NULL,