commit | 7058548cd50e5bda8db086bb2e5c1d82f746d047 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Mar 25 23:35:46 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Mar 25 23:35:46 2009 -0400 |
tree | acd095e9f13fcb10deab00e5da5c22d35fda646d | |
parent | afd4672dc7610b7feef5190168aa917cc2e417e4 [diff] |
ext4: Use WRITE_SYNC for commits which are caused by fsync() 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>