commit | 0adf6a1b796777f5d19a9b7442172016aeb8020a | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Fri Aug 18 16:20:33 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Aug 29 10:02:57 2017 -0700 |
tree | 39b78ea4e5f2f1abb03974f81e0c77c070bf4290 | |
parent | 84a23fbe96b4e307eb749046a74515329119b08d [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>