[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counter
Conversion of nr_page_table_pages to a per zone counter [akpm@osdl.org: bugfix] Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
9a865ffa34
commit
df849a1529
@ -25,8 +25,7 @@ struct page_state {
|
||||
unsigned long nr_dirty; /* Dirty writeable pages */
|
||||
unsigned long nr_writeback; /* Pages under writeback */
|
||||
unsigned long nr_unstable; /* NFS unstable pages */
|
||||
unsigned long nr_page_table_pages;/* Pages used for pagetables */
|
||||
#define GET_PAGE_STATE_LAST nr_page_table_pages
|
||||
#define GET_PAGE_STATE_LAST nr_unstable
|
||||
|
||||
/*
|
||||
* The below are zeroed by get_page_state(). Use get_full_page_state()
|
||||
|
Reference in New Issue
Block a user