[PATCH] mmap: fix bug introduced with the io engine split
authorJens Axboe <jens.axboe@oracle.com>
Wed, 18 Oct 2006 13:06:22 +0000 (15:06 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 18 Oct 2006 13:06:22 +0000 (15:06 +0200)
commitd9257beae0247e694c0d7c286a4088a2ebc53ccf
tree21fb240b42c4f756a1f95f11c665bbb4f1e7f46c
parentf6cbb269c54ff40f3922818d42117f5a8026df36
[PATCH] mmap: fix bug introduced with the io engine split

We never initialized the mmap area, because it forgot
to get FIO_MMAPIO.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/fio-engine-mmap.c