[PATCH] mmap: fix bug introduced with the io engine split
[fio.git] / engines / fio-engine-mmap.c
index ad294f5d687f80d5a0555e12bc6ad05dbb87fb4c..0c79752ff17c3c61c33b2fc01a715b471f531566 100644 (file)
@@ -98,5 +98,5 @@ struct ioengine_ops ioengine = {
        .event          = fio_mmapio_event,
        .cleanup        = fio_mmapio_cleanup,
        .sync           = fio_mmapio_sync,
        .event          = fio_mmapio_event,
        .cleanup        = fio_mmapio_cleanup,
        .sync           = fio_mmapio_sync,
-       .flags          = FIO_SYNCIO,
+       .flags          = FIO_SYNCIO | FIO_MMAPIO,
 };
 };