Re: [f2fs-dev] [PATCH] fsck.f2fs: try to recover cp_payload from valid cp pack

2018-08-29 Thread Jaegeuk Kim
On 08/30, Junling Zheng wrote: > Hi, Jaegeuk > > On 2018/8/30 10:10, Jaegeuk Kim wrote: > > Hi Chao, > > > > Could you please add this into Junling's patch series? > > A little bit confusing between patches and reviews on them. > > > > I'll send an new version patch series with this patch as

Re: [f2fs-dev] [PATCH] fsck.f2fs: try to recover cp_payload from valid cp pack

2018-08-29 Thread Junling Zheng
Hi, Jaegeuk On 2018/8/30 10:10, Jaegeuk Kim wrote: > Hi Chao, > > Could you please add this into Junling's patch series? > A little bit confusing between patches and reviews on them. > I'll send an new version patch series with this patch as soon as possible :) > Thanks, > > On 08/28, Chao

Re: [f2fs-dev] [PATCH] fsck.f2fs: try to recover cp_payload from valid cp pack

2018-08-29 Thread Jaegeuk Kim
Hi Chao, Could you please add this into Junling's patch series? A little bit confusing between patches and reviews on them. Thanks, On 08/28, Chao Yu wrote: > If sb checksum is not enabled, and cp pack is valid due to no > crc inconsistence, let's try to recover cp_payload based on >

[f2fs-dev] [PATCH] fsck.f2fs: try to recover cp_payload from valid cp pack

2018-08-28 Thread Chao Yu
If sb checksum is not enabled, and cp pack is valid due to no crc inconsistence, let's try to recover cp_payload based on cp_pack_start_sum in cp pack. Signed-off-by: Chao Yu --- fsck/f2fs.h | 5 + fsck/mount.c | 10 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git