commit | 955ebcd3a910b00de94be8797b20b8cfb2ee0fd8 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Mon Jul 22 17:57:05 2019 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Aug 23 07:57:11 2019 -0700 |
tree | 6ba43907487a20abbd5d2047acac98da78834185 | |
parent | 7975f3498dc0403d8177c0775b9514158ec66681 [diff] |
f2fs: fix to spread f2fs_is_checkpoint_ready() We missed to call f2fs_is_checkpoint_ready() in several places, it may allow space allocation even when free space was exhausted during checkpoint is disabled, fix to add them. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>