On Thu, Jul 21, 2022 at 03:07:38PM -0700, Ira Weiny wrote: > On Thu, Jul 21, 2022 at 08:50:24PM +0200, David Sterba wrote: > > The use of kmap() is being deprecated in favor of kmap_local_page() > > where it is feasible. For kmap around a memcpy there's a convenience > > helper memcpy_to_page, use it. > > > > CC: Ira Weiny <ira.weiny@xxxxxxxxx> > > Typo in the subject: s/memcpy_to_page/memcpy_to_zero > > Other than that. > > Reviewed-by: Ira Weiny <ira.weiny@xxxxxxxxx> Thanks, fixed.