commit | f478f43fa0d8f38537848d298980955244afdaee | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Fri Nov 13 18:27:35 2015 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Dec 04 11:52:35 2015 -0800 |
tree | 78e2adb81e2a2590e95fa00f8c928f0a71781f68 | |
parent | 692223d132067ef2c392adec6f1324d581496212 [diff] |
f2fs: clear page uptodate when dropping cache for atomic write We should clear uptodate flag for all pages atomic written when we drop them, otherwise before these cached pages were reclaimed or invalidated eventually, we will see invalid data when hitting them again. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>