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.s...@huawei.com>
Reviewed-by: Chao Yu <yuch...@huawei.com> Thanks,