commit | 3049eac1fa6783045f489d91fab46f62db8ed05c | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Fri Aug 18 16:20:33 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Sep 21 13:55:51 2017 -0700 |
tree | 9477e692b7661fc7c9b06cbdfe66fb8c2beda403 | |
parent | 4e7540ce7a068655ff44f05834411635f3780897 [diff] |
f2fs: trigger normal fsync for non-atomic_write file If file was not opened with atomic write mode, but user uses atomic write ioctl to fsync datas, in the flow, we should not fsync that file with atomic write mode. Fixes: 608514deba38 ("f2fs: set fsync mark only for the last dnode") Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>