On Tue, Feb 09, 2021 at 10:22:18PM -0800, [email protected] wrote: > From: Ira Weiny <[email protected]> > > 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 <[email protected]>

