commit | 035e97adab26c1121cedaeb9bd04cf48a8e8cf51 | [log] [tgz] |
---|---|---|
author | Yunlong Song <yunlong.song@huawei.com> | Wed Feb 22 20:50:49 2017 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Feb 24 09:39:52 2017 -0800 |
tree | bbfa52fb666a0aeb496553ecc51310f67e6cb5a2 | |
parent | b9cd20619e359d199b755543474c3d853c8e3415 [diff] |
f2fs: do SSR for data when there is enough free space In allocate_segment_by_default(), need_SSR() already detected it's time to do SSR. So, let's try to find victims for data segments more aggressively in time. Signed-off-by: Yunlong Song <yunlong.song@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>