From: Jens Axboe Date: Thu, 11 Apr 2013 11:48:13 +0000 (+0200) Subject: libaio: fix double setting of option category X-Git-Tag: fio-2.1~52 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=5a3cd5f3e9b4a38c961279cb8616ac1803735139;p=fio.git libaio: fix double setting of option category Signed-off-by: Jens Axboe --- 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,