Re: [PATCH 6/8] v2 Update node sysfs code

2010-09-28 Thread Dave Hansen
On Tue, 2010-09-28 at 04:29 -0500, Robin Holt wrote: Also, I don't think I much care for the weirdness that occurs if a memory block spans two nodes. I have not thought through how possible (or likely) this is, but the code certainly permits it. If that were the case, how would we know which

[PATCH 6/8] v2 Update node sysfs code

2010-09-27 Thread Nathan Fontenot
Update the node sysfs code to be aware of the new capability for a memory block to contain multiple memory sections. This requires an additional parameter to unregister_mem_sect_under_nodes so that we know which memory section of the memory block to unregister. Signed-off-by: Nathan Fontenot