Re: [f2fs-dev] [PATCH] fsck.f2fs: remove redundant i_ext.len set to zero

From: Chao Yu
Date: Tue Sep 10 2024 - 21:55:53 EST


On 2024/9/10 0:45, Daeho Jeong wrote:
From: Daeho Jeong <daehojeong@xxxxxxxxxx>

Removed a redundant code to set i_ext.len to zero.

Signed-off-by: Daeho Jeong <daehojeong@xxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,