From: Yasunori Goto Date: Fri, 10 Mar 2006 01:33:51 +0000 (-0800) Subject: [PATCH] memory hotadd: pgdat->node_present_pages fix X-Git-Tag: v2.6.16-rc6~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2937be5895dbae23ff66767a2fc17793e63159c;p=pandora-kernel.git [PATCH] memory hotadd: pgdat->node_present_pages fix When pages are onlined, not only zone->present_pages but also pgdat->node_present_pages should be refreshed. This parameter is used to show information at /sys/device/system/node/nodeX/meminfo via si_meminfo_node(). So, it shows strange value for MemUsed which is calculated (node_present_pages - all zones free pages). Signed-off-by: Yasunori Goto Cc: Dave Hansen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed