diff options
-rw-r--r-- | mm/page_alloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 8fbf5a4f5cf7..494c09196c30 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -2137,7 +2137,7 @@ void show_free_areas(void) | |||
2137 | printk("Active_anon:%lu active_file:%lu inactive_anon:%lu\n" | 2137 | printk("Active_anon:%lu active_file:%lu inactive_anon:%lu\n" |
2138 | " inactive_file:%lu" | 2138 | " inactive_file:%lu" |
2139 | " unevictable:%lu" | 2139 | " unevictable:%lu" |
2140 | " dirty:%lu writeback:%lu unstable:%lu\n" | 2140 | " dirty:%lu writeback:%lu unstable:%lu buffer:%lu\n" |
2141 | " free:%lu slab_reclaimable:%lu slab_unreclaimable:%lu\n" | 2141 | " free:%lu slab_reclaimable:%lu slab_unreclaimable:%lu\n" |
2142 | " mapped:%lu pagetables:%lu bounce:%lu\n", | 2142 | " mapped:%lu pagetables:%lu bounce:%lu\n", |
2143 | global_page_state(NR_ACTIVE_ANON), | 2143 | global_page_state(NR_ACTIVE_ANON), |
@@ -2148,6 +2148,7 @@ void show_free_areas(void) | |||
2148 | global_page_state(NR_FILE_DIRTY), | 2148 | global_page_state(NR_FILE_DIRTY), |
2149 | global_page_state(NR_WRITEBACK), | 2149 | global_page_state(NR_WRITEBACK), |
2150 | global_page_state(NR_UNSTABLE_NFS), | 2150 | global_page_state(NR_UNSTABLE_NFS), |
2151 | nr_blockdev_pages(), | ||
2151 | global_page_state(NR_FREE_PAGES), | 2152 | global_page_state(NR_FREE_PAGES), |
2152 | global_page_state(NR_SLAB_RECLAIMABLE), | 2153 | global_page_state(NR_SLAB_RECLAIMABLE), |
2153 | global_page_state(NR_SLAB_UNRECLAIMABLE), | 2154 | global_page_state(NR_SLAB_UNRECLAIMABLE), |