|
@@ -2183,7 +2183,7 @@ void show_free_areas(void)
|
|
printk("active_anon:%lu inactive_anon:%lu isolated_anon:%lu\n"
|
|
printk("active_anon:%lu inactive_anon:%lu isolated_anon:%lu\n"
|
|
" active_file:%lu inactive_file:%lu isolated_file:%lu\n"
|
|
" active_file:%lu inactive_file:%lu isolated_file:%lu\n"
|
|
" unevictable:%lu"
|
|
" unevictable:%lu"
|
|
- " dirty:%lu writeback:%lu unstable:%lu buffer:%lu\n"
|
|
|
|
|
|
+ " dirty:%lu writeback:%lu unstable:%lu\n"
|
|
" free:%lu slab_reclaimable:%lu slab_unreclaimable:%lu\n"
|
|
" free:%lu slab_reclaimable:%lu slab_unreclaimable:%lu\n"
|
|
" mapped:%lu shmem:%lu pagetables:%lu bounce:%lu\n",
|
|
" mapped:%lu shmem:%lu pagetables:%lu bounce:%lu\n",
|
|
global_page_state(NR_ACTIVE_ANON),
|
|
global_page_state(NR_ACTIVE_ANON),
|
|
@@ -2196,7 +2196,6 @@ void show_free_areas(void)
|
|
global_page_state(NR_FILE_DIRTY),
|
|
global_page_state(NR_FILE_DIRTY),
|
|
global_page_state(NR_WRITEBACK),
|
|
global_page_state(NR_WRITEBACK),
|
|
global_page_state(NR_UNSTABLE_NFS),
|
|
global_page_state(NR_UNSTABLE_NFS),
|
|
- nr_blockdev_pages(),
|
|
|
|
global_page_state(NR_FREE_PAGES),
|
|
global_page_state(NR_FREE_PAGES),
|
|
global_page_state(NR_SLAB_RECLAIMABLE),
|
|
global_page_state(NR_SLAB_RECLAIMABLE),
|
|
global_page_state(NR_SLAB_UNRECLAIMABLE),
|
|
global_page_state(NR_SLAB_UNRECLAIMABLE),
|