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

2021-02-10 Thread Christoph Hellwig
On Tue, Feb 09, 2021 at 10:22:18PM -0800, ira.we...@intel.com wrote: > From: Ira Weiny > > 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,

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

2021-02-09 Thread ira . weiny
From: Ira Weiny 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() To: Alexander Viro Cc: Andrew Morton Cc: Christoph Hellwig Signed-off-by: Ira Weiny