From 5a3cd5f3e9b4a38c961279cb8616ac1803735139 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 11 Apr 2013 13:48:13 +0200 Subject: [PATCH] libaio: fix double setting of option category Signed-off-by: Jens Axboe --- engines/libaio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/libaio.c b/engines/libaio.c index be54dca9..9cc910d7 100644 --- a/engines/libaio.c +++ b/engines/libaio.c @@ -34,7 +34,7 @@ static struct fio_option options[] = { .off1 = offsetof(struct libaio_options, userspace_reap), .help = "Use alternative user-space reap implementation", .category = FIO_OPT_C_ENGINE, - .category = FIO_OPT_G_LIBAIO, + .group = FIO_OPT_G_LIBAIO, }, { .name = NULL, -- 2.25.1