Re: [PATCH V2 5/8] iov_iter: Remove memzero_page() in favor of zero_user()

From: Christoph Hellwig
Date: Wed Feb 10 2021 - 08:01:25 EST


On Tue, Feb 09, 2021 at 10:22:18PM -0800, ira.weiny@xxxxxxxxx wrote:
> From: Ira Weiny <ira.weiny@xxxxxxxxx>
>
> zero_user() is already defined with the same interface and contains the
> same code pattern as memzero_page(). Remove memzero_page() and use the
> already defined common function zero_user()

Looks good,

Reviewed-by: Christoph Hellwig <hch@xxxxxx>