[PATCH] mmap io engine had broken sync
authorJens Axboe <jens.axboe@oracle.com>
Tue, 24 Oct 2006 12:46:13 +0000 (14:46 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 24 Oct 2006 12:46:13 +0000 (14:46 +0200)
commitb907a5b5c708b2620685a866b3b0bcd0d2657e54
treedd8846554e29bc2ea42082527b568a1e576e4e86
parent87dc1ab1b4df7b977f60e3d43533a896e2ee665b
[PATCH] mmap io engine had broken sync

It returned from ->queue() too quickly, it still needs to set the
last event handler.

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