From: Jens Axboe Date: Tue, 18 Sep 2012 21:55:43 +0000 (+0200) Subject: Wire up fusion-aw-sync engine X-Git-Tag: fio-2.0.10~33 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=8200b8c711cfabca65ce32e84f5985a2307a1ea9 Wire up fusion-aw-sync engine Signed-off-by: Jens Axboe --- diff --git a/options.c b/options.c index 54a62d95..8fa50a8f 100644 --- a/options.c +++ b/options.c @@ -1077,6 +1077,11 @@ static struct fio_option options[FIO_MAX_OPTS] = { { .ival = "rdma", .help = "RDMA IO engine", }, +#endif +#ifdef FIO_HAVE_FUSION_AW + { .ival = "fusion-aw-sync", + .help = "Fusion-io atomic write engine", + }, #endif { .ival = "external", .help = "Load external engine (append name)",