commit | 58383befc3377b4e2305b98f91e445af73ba8d62 | [log] [tgz] |
---|---|---|
author | Chao Yu <yuchao0@huawei.com> | Sat Aug 20 15:12:02 2016 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Aug 29 18:31:10 2016 -0700 |
tree | 41ea9f6aa9201e7ae53e3de641188b6e5eab850d | |
parent | d600af236da51d9e3b90d21a23f95b820bd02e2f [diff] |
f2fs: fix to do f2fs_balance_fs in f2fs_map_blocks correctly If we preallocate blocks with f2fs_reserve_blocks in f2fs_map_blocks, we should call f2fs_balance_fs for checking and reclaiming space, fix it. Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>