Re: [f2fs-dev] [PATCH 2/4] fsck.f2fs: fix to check c.fix_on before repair

2019-08-20 Thread Chao Yu
Jaegeuk, Could you merge [2,3,4/4] patch as well, I just hit one case with por_fsstress. [ASSERT] (fsck_chk_inode_blk: 803) --> [0x1ec84] wrong inline size:149820 Thanks, On 2019/8/16 9:20, Chao Yu wrote: > On 2019/8/16 9:06, Jaegeuk Kim wrote: >> On 08/12, Chao Yu wrote: >>> We should always

Re: [f2fs-dev] [PATCH 2/4] fsck.f2fs: fix to check c.fix_on before repair

2019-08-15 Thread Chao Yu
On 2019/8/16 9:06, Jaegeuk Kim wrote: > On 08/12, Chao Yu wrote: >> We should always set c.bug_on whenever found a bug, then fix them >> if c.fix_on is on, otherwise, some bugs won't be shown unless we >> enable debug log. >> >> Signed-off-by: Chao Yu >> --- >> fsck/fsck.c | 137 +

Re: [f2fs-dev] [PATCH 2/4] fsck.f2fs: fix to check c.fix_on before repair

2019-08-15 Thread Jaegeuk Kim
On 08/12, Chao Yu wrote: > We should always set c.bug_on whenever found a bug, then fix them > if c.fix_on is on, otherwise, some bugs won't be shown unless we > enable debug log. > > Signed-off-by: Chao Yu > --- > fsck/fsck.c | 137 +++- > 1 file

[f2fs-dev] [PATCH 2/4] fsck.f2fs: fix to check c.fix_on before repair

2019-08-12 Thread Chao Yu
We should always set c.bug_on whenever found a bug, then fix them if c.fix_on is on, otherwise, some bugs won't be shown unless we enable debug log. Signed-off-by: Chao Yu --- fsck/fsck.c | 137 +++- 1 file changed, 83 insertions(+), 54 deletions(-