The following changes since commit 6683745b5156220ed1a44aab3315afb6c0ff73bb: Fix getopt def check (2013-01-25 14:36:46 -0700) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): Always fsync if asked to fio.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) --- Diff of recent changes: diff --git a/fio.h b/fio.h index 3a26335..9e20299 100644 --- a/fio.h +++ b/fio.h @@ -655,8 +655,6 @@ static inline int should_fsync(struct thread_data *td) { if (td->last_was_sync) return 0; - if (td->o.odirect) - return 0; if (td_write(td) || td_rw(td) || td->o.override_sync) return 1; -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html