diff options
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index 415110772c73..84c055556911 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -718,10 +718,10 @@ static void zoneinfo_show_print(struct seq_file *m, pg_data_t *pgdat, | |||
718 | low_wmark_pages(zone), | 718 | low_wmark_pages(zone), |
719 | high_wmark_pages(zone), | 719 | high_wmark_pages(zone), |
720 | zone->pages_scanned, | 720 | zone->pages_scanned, |
721 | zone->lru[LRU_ACTIVE_ANON].nr_scan, | 721 | zone->lru[LRU_ACTIVE_ANON].nr_saved_scan, |
722 | zone->lru[LRU_INACTIVE_ANON].nr_scan, | 722 | zone->lru[LRU_INACTIVE_ANON].nr_saved_scan, |
723 | zone->lru[LRU_ACTIVE_FILE].nr_scan, | 723 | zone->lru[LRU_ACTIVE_FILE].nr_saved_scan, |
724 | zone->lru[LRU_INACTIVE_FILE].nr_scan, | 724 | zone->lru[LRU_INACTIVE_FILE].nr_saved_scan, |
725 | zone->spanned_pages, | 725 | zone->spanned_pages, |
726 | zone->present_pages); | 726 | zone->present_pages); |
727 | 727 | ||