From: Jens Axboe Date: Wed, 10 Apr 2013 11:08:02 +0000 (+0200) Subject: Add group/category to numa/mem node options X-Git-Tag: fio-2.1~57^2~3 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=6be54b2d463b63e9e220ad1a9c8955ca3c8dbe71 Add group/category to numa/mem node options Signed-off-by: Jens Axboe --- diff --git a/options.c b/options.c index 772771e6..83e7454e 100644 --- a/options.c +++ b/options.c @@ -2617,12 +2617,16 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .type = FIO_OPT_STR, .cb = str_numa_cpunodes_cb, .help = "NUMA CPU nodes bind", + .category = FIO_OPT_C_GENERAL, + .group = FIO_OPT_G_INVALID, }, { .name = "numa_mem_policy", .type = FIO_OPT_STR, .cb = str_numa_mpol_cb, .help = "NUMA memory policy setup", + .category = FIO_OPT_C_GENERAL, + .group = FIO_OPT_G_INVALID, }, #endif {