commit | 2d5c1be8870383622809c25935fff00d2630c7a5 | [log] [tgz] |
---|---|---|
author | John Blackwood <john.blackwood@ccur.com> | Fri Jul 04 10:00:05 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Jul 04 10:40:09 2008 -0700 |
tree | 66ba595a593da124d77fb0baf2f7d12d79d6165c | |
parent | acb7669c125676e63cf96582455509216c39745e [diff] |
mm: switch node meminfo Active & Inactive pages to Kbytes There is a bug in the output of /sys/devices/system/node/node[n]/meminfo where the Active and Inactive values are in pages instead of Kbytes. Looks like this occurred back in 2.6.20 when the code was changed over to use node_page_state(). Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>