fsck.f2fs: do not check the first seg in a sec in find_next_free_block
authorSheng Yong <shengyong1@huawei.com>
Mon, 24 Oct 2016 02:16:04 +0000 (10:16 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 31 Oct 2016 17:59:24 +0000 (10:59 -0700)
commit6471969f785854a51d59fe9e5ee926b863cd28f9
treeb6d6d3769bc13b5b6c71c5713e36656e32da9532
parentc4c65265da347bf98af6f080abf6d7081df09ea1
fsck.f2fs: do not check the first seg in a sec in find_next_free_block

The first segment is already checked, so there is no need to check it
again if we want to make sure the whole section is freed.

Signed-off-by: Sheng Yong <shengyong1@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fsck/mount.c