Re: [PATCH 03/25] mm: remove hmm_devmem_add_resource

From: Jason Gunthorpe
Date: Thu Jun 27 2019 - 12:18:28 EST


On Wed, Jun 26, 2019 at 02:27:02PM +0200, Christoph Hellwig wrote:
> This function has never been used since it was first added to the kernel
> more than a year and a half ago, and if we ever grow a consumer of the
> MEMORY_DEVICE_PUBLIC infrastructure it can easily use devm_memremap_pages
> directly.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxxxx>
> Reviewed-by: John Hubbard <jhubbard@xxxxxxxxxx>
> Acked-by: Michal Hocko <mhocko@xxxxxxxx>
> ---
> include/linux/hmm.h | 3 ---
> mm/hmm.c | 50 ---------------------------------------------
> 2 files changed, 53 deletions(-)

This should be squashed to the new earlier patch?

Jason