fsck.f2fs: fix to check all the types of current offsets
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 8 Feb 2018 01:36:46 +0000 (17:36 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 7 May 2018 21:49:38 +0000 (14:49 -0700)
commit8a96b6a2bd9e8dba53c41f0c0dff8b6fb2155151
tree8abadf63774d8b456818d21766d75ca9923ae00c
parentbaaa076b4d576042913cfe34169442dfda651ca4
fsck.f2fs: fix to check all the types of current offsets

We can change the next block offsets sometimes, so we have to check it's
free or not all the time. This fixes that SSR type makes a hole for it.

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