]> asedeno.scripts.mit.edu Git - linux.git/commit
f2fs: remove unnecessary condition check for write_checkpoint in f2fs_gc
authorYunlong Song <yunlong.song@huawei.com>
Tue, 21 Feb 2017 12:43:48 +0000 (20:43 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 27 Feb 2017 17:59:50 +0000 (09:59 -0800)
commit77190e1f313f5ef18a3742aa4c5b790456a5825b
tree5d6c18303057f770c80cd53ef9e1d450d2fda717
parent92592285710aebe2de9afa38315b5c3914556905
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>
fs/f2fs/gc.c