commit | 774e1b78a0f90a7e81f7a23d9ebfa8b8233c1ffa | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Wed Aug 23 18:23:25 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Aug 29 10:05:42 2017 -0700 |
tree | 7091832b386af301fc273505a7f7721f1dc4e0e7 | |
parent | 73ac2f4e8256b9605c84364011322f015b31f499 [diff] |
f2fs: trigger fdatasync for non-atomic_write file Sqlite only cares about synchronization of file data instead of other data unrelated attribute of inode, so in commit flow, call fdatasync is enough. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>