Always fsync if asked to
authorJens Axboe <axboe@kernel.dk>
Sat, 26 Jan 2013 16:28:23 +0000 (09:28 -0700)
committerJens Axboe <axboe@kernel.dk>
Sat, 26 Jan 2013 16:28:23 +0000 (09:28 -0700)
commit2c24c93850cc4fa2dfe6b521231a69d6c116bba4
treee2066913bc077f7e322143aa94ff365a66ee875f
parent6683745b5156220ed1a44aab3315afb6c0ff73bb
Always fsync if asked to

Currently we don't fsync() is direct IO is issued. But if the
user asked for fsync(), he should get an fsync. So remove this
restriction.

Reported-by: Stefan Hajnoczi <stefanha@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.h