Re: [PATCH v2] f2fs: no need to initialize zero value for GFP_F2FS_ZERO

From: Chao Yu
Date: Wed Mar 21 2018 - 22:24:09 EST


On 2018/3/22 10:08, Yunlong Song wrote:
> Since f2fs_inode_info is allocated with flag GFP_F2FS_ZERO, so we do not
> need to initialize zero value for its member any more.
>
> Signed-off-by: Yunlong Song <yunlong.song@xxxxxxxxxx>

Reviewed-by: Chao Yu <yuchao0@xxxxxxxxxx>

Thanks,