[PATCH] Fix libaio engine SYNC
authorJens Axboe <jens.axboe@oracle.com>
Sat, 10 Feb 2007 11:57:55 +0000 (12:57 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Sat, 10 Feb 2007 11:57:55 +0000 (12:57 +0100)
io_prep_fsync() isn't supported at all in Linux currently, so
fall back to fsync() if we get an -EINVAL return value.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found