fsck.f2fs: avoid wrong IS_VALID_BLK_ADDR
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 28 Dec 2017 02:02:32 +0000 (18:02 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 28 Dec 2017 02:02:32 +0000 (18:02 -0800)
commit8f91bf8f59d788f6d737ccefb43ecf7df6d998ed
tree10d476caaf429d7194c35e9cafd2127a0548274a
parentddc2d9b4ecc95c78866125ac8b01ab9eda8bcc0d
fsck.f2fs: avoid wrong IS_VALID_BLK_ADDR

This patch avoids to check next free block offset in current segments, since we
are using IS_VALID_BLK_ADDR during fsck which is able to be valid for a while.
Let's just check this at the end of fsck.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fsck/f2fs.h