mm: pass the vmem_altmap to vmemmap_free
authorChristoph Hellwig <hch@lst.de>
Fri, 29 Dec 2017 07:53:56 +0000 (08:53 +0100)
committerDan Williams <dan.j.williams@intel.com>
Mon, 8 Jan 2018 19:46:23 +0000 (11:46 -0800)
commit24b6d4164348370c6b6a58b4248babd85ff9e982
tree7e89dc93eec8c743b2cbe2236255e8a1cde14833
parentda024512a1fa5c979257e442130ee1d468285057
mm: pass the vmem_altmap to vmemmap_free

We can just pass this on instead of having to do a radix tree lookup
without proper locking a few levels into the callchain.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
arch/arm64/mm/mmu.c
arch/ia64/mm/discontig.c
arch/powerpc/mm/init_64.c
arch/s390/mm/vmem.c
arch/sparc/mm/init_64.c
arch/x86/mm/init_64.c
include/linux/memory_hotplug.h
include/linux/mm.h
mm/memory_hotplug.c
mm/sparse.c