commit | 6b0c9a71dd704726a616bdadf8d04368f9149d68 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Aug 28 19:58:26 2019 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Sep 25 11:35:28 2019 -0700 |
tree | 99115fb41750c21d29052a6581a91ff7c401de9c | |
parent | 41ecc62ff9c35033a8447ce40086af08e627491f [diff] |
f2fs: fix flushing node pages when checkpoint is disabled This patch fixes skipping node page writes when checkpoint is disabled. In this period, we can't rely on checkpoint to flush node pages. Fixes: fd8c8caf7e7c ("f2fs: let checkpoint flush dnode page of regular") Fixes: 4354994f097d ("f2fs: checkpoint disabling") Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>