The following changes since commit b11bd8d8b784feb591b3904ca787c42b3799a8cf: gfio: add check for unnecessary g_thread_init() call (2012-12-03 21:12:59 +0100) are available in the git repository at: git://git.kernel.dk/fio.git gfio Jens Axboe (1): options: add category/group to random_generator/random_distribution options.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) --- Diff of recent changes: diff --git a/options.c b/options.c index db02194..eab22a7 100644 --- a/options.c +++ b/options.c @@ -1630,6 +1630,8 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .help = "Variable length LFSR", }, }, + .category = FIO_OPT_C_IO, + .group = FIO_OPT_G_RANDOM, }, { .name = "random_distribution", @@ -1652,6 +1654,8 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .help = "Pareto distribution", }, }, + .category = FIO_OPT_C_IO, + .group = FIO_OPT_G_RANDOM, }, { .name = "nrfiles", -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html