diff options
author | 2007-07-06 13:35:34 +0200 | |
---|---|---|
committer | 2007-07-06 10:26:50 -0700 | |
commit | 23c1fb52961bc24bd3a8078eefc49eed533b2b38 (patch) | |
tree | 48500a3495dbbf623751bc3b9e884dd25e3c86c3 /scripts/cleanpatch | |
parent | potential compiler error, irqfunc caller sites update (diff) | |
download | linux-dev-23c1fb52961bc24bd3a8078eefc49eed533b2b38.tar.xz linux-dev-23c1fb52961bc24bd3a8078eefc49eed533b2b38.zip |
mm: fixup /proc/vmstat output
Line up the vmstat_text with zone_stat_item
enum zone_stat_item {
/* First 128 byte cacheline (assuming 64 bit words) */
NR_FREE_PAGES,
NR_INACTIVE,
NR_ACTIVE,
We current have nr_active and nr_inactive reversed.
[ "OK with patch, though using initializers canbe handy to prevent such
things in future:
static const char * const vmstat_text[] = {
[NR_FREE_PAGES] = "nr_free_pages",
..."
- Alexey ]
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Acked-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/cleanpatch')
0 files changed, 0 insertions, 0 deletions