Re: [f2fs-dev] [PATCH] fsck.f2fs: fix the bug in reserve_new_block

2019-08-05 Thread Chao Yu
On 2019/8/5 15:26, Lihong Kou wrote: > if we new node block in fsck flow, we need to update > the valid_node_cnt at the same time. > > Signed-off-by: Lihong Kou Reviewed-by: Chao Yu Thanks, ___ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.s

[f2fs-dev] [PATCH] fsck.f2fs: fix the bug in reserve_new_block

2019-08-05 Thread Lihong Kou
if we new node block in fsck flow, we need to update the valid_node_cnt at the same time. Signed-off-by: Lihong Kou --- fsck/segment.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fsck/segment.c b/fsck/segment.c index 98c836e..c16fb3a 100644 --- a/fsck/segment.c +++ b/