Re: [PATCH] f2fs: remove unmatched zero_user_segment when convert inline dentry

From: Chao Yu
Date: Tue Apr 03 2018 - 21:17:06 EST


On 2018/4/3 19:42, Yunlong Song wrote:
> Since the layout of regular dentry block is different from inline dentry
> block, zero_user_segment starting from MAX_INLINE_DATA(dir) is not
> correct for regular dentry block, besides, bitmap is already copied and
> used, so there is no necessary to zero page at all, so just remove the
> zero_user_segment is OK.
>
> Signed-off-by: Yunlong Song <yunlong.song@xxxxxxxxxx>

Reviewed-by: Chao Yu <yuchao0@xxxxxxxxxx>

Thanks,