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

2010-07-28 Thread Brian King
On 07/19/2010 10:57 PM, Nathan Fontenot wrote: > Index: linux-2.6/include/linux/node.h > === > --- linux-2.6.orig/include/linux/node.h 2010-07-19 21:10:25.0 > -0500 > +++ linux-2.6/include/linux/node.h2010-07-19 21:1

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

2010-07-20 Thread KAMEZAWA Hiroyuki
On Mon, 19 Jul 2010 22:57:35 -0500 Nathan Fontenot wrote: > 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

[PATCH 6/8] v3 Update the node sysfs code

2010-07-19 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 ---