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