commit | 3342bb303bf48dd8bb5ac94c3356489ff53e4d04 | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Mon Oct 05 22:20:40 2015 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Oct 09 16:20:56 2015 -0700 |
tree | d5aa4f6a768a9b50a8ed3662d801a29f285be52d | |
parent | a43f7ec327b0d86cbb80d0841673038c0706e714 [diff] |
f2fs: skip searching dirty map if dirty segment is not exist When searching victim during gc, if there are no dirty segments in filesystem, we will still take the time to search the whole dirty segment map, it's not needed, it's better to skip in this condition. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>