fsck.f2fs: fix to repair cp_loads blocks at correct position
authorChao Yu <yuchao0@huawei.com>
Sun, 19 May 2019 05:05:52 +0000 (13:05 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 21 May 2019 00:29:50 +0000 (17:29 -0700)
commit90648a47e26fb1b43b3ba88eebf8547289674781
tree10ffe7446311d553b5abe124690a3c9095b8715c
parentbdc7da10a91d81ebc39f2bf464b67c2c669fbf0a
fsck.f2fs: fix to repair cp_loads blocks at correct position

Let's fix the wrong start offset of cp_payload blocks in
fix_checkpoint().

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fsck/fsck.c