fsck.f2fs: drop extent_info to avoid potential wrong access
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 2 Jul 2015 01:37:48 +0000 (18:37 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 2 Jul 2015 01:54:00 +0000 (18:54 -0700)
commitca1436eeef10a23586c64491d308dd8c2e22174b
treed56bd9e47a0c868dede6028979dd82487d26cfd0
parent7ac070116bfdd1ac8f28174f55d5516f895fb49c
fsck.f2fs: drop extent_info to avoid potential wrong access

This patch avoids wrong extent information modified by fixing block addresses.

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