memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag
authorChristoph Hellwig <hch@lst.de>
Wed, 26 Jun 2019 12:27:13 +0000 (14:27 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 2 Jul 2019 17:32:44 +0000 (14:32 -0300)
commit514caf23a70fd697fa2ece238b2cd8dcc73fb16f
tree8e41e9dd323e5117baf1bdc044c2ce035c740483
parent80a72d0af05ae97a8b106c172e431072ba587492
memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag

Add a flags field to struct dev_pagemap to replace the altmap_valid
boolean to be a little more extensible.  Also add a pgmap_altmap() helper
to find the optional altmap and clean up the code using the altmap using
it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Ira Weiny <ira.weiny@intel.com>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Tested-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
arch/powerpc/mm/mem.c
arch/x86/mm/init_64.c
drivers/nvdimm/pfn_devs.c
drivers/nvdimm/pmem.c
include/linux/memremap.h
kernel/memremap.c
mm/hmm.c
mm/memory_hotplug.c
mm/page_alloc.c