ext4: Use WRITE_SYNC for commits which are caused by fsync()
authorTheodore Ts'o <tytso@mit.edu>
Thu, 26 Mar 2009 03:35:46 +0000 (23:35 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 26 Mar 2009 03:35:46 +0000 (23:35 -0400)
If a commit is triggered by fsync(), set a flag indicating the journal
blocks associated with the transaction should be flushed out using
WRITE_SYNC.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found