summaryrefslogtreecommitdiff
path: root/fs/f2fs/data.c
diff options
context:
space:
mode:
authorYunlong Song <yunlong.song@huawei.com>2017-02-21 20:43:48 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2017-02-27 09:59:50 -0800
commit77190e1f313f5ef18a3742aa4c5b790456a5825b (patch)
tree5d6c18303057f770c80cd53ef9e1d450d2fda717 /fs/f2fs/data.c
parent92592285710aebe2de9afa38315b5c3914556905 (diff)
f2fs: remove unnecessary condition check for write_checkpoint in f2fs_gc
Since has_not_enough_free_secs(sbi, 0, 0) must be true if has_not_enough_ free_secs(sbi, sec_freed, 0) is true, write_checkpoint is sure to execute in both conditions. Signed-off-by: Yunlong Song <yunlong.song@huawei.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/data.c')
0 files changed, 0 insertions, 0 deletions