Re: [PATCH 04/17] mm: pass the vmem_altmap to arch_add_memory and __add_pages
From: Dan Williams <hidden>
Date: 2017-12-16 01:48:23
Also in:
linux-mm, lkml, nvdimm
From: Dan Williams <hidden>
Date: 2017-12-16 01:48:23
Also in:
linux-mm, lkml, nvdimm
On Fri, Dec 15, 2017 at 6:09 AM, Christoph Hellwig [off-list ref] wrote:
We can just pass this on instead of having to do a radix tree lookup without proper locking 2 levels into the callchain. Signed-off-by: Christoph Hellwig <hch@lst.de>
Yeah, the lookup of vmem_altmap is too magical and surprising this is better. Reviewed-by: Dan Williams <redacted>