diff options
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index d7826af2fb07..52c0335c1b71 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -696,7 +696,8 @@ static void zoneinfo_show_print(struct seq_file *m, pg_data_t *pgdat, | |||
696 | zone->pages_low, | 696 | zone->pages_low, |
697 | zone->pages_high, | 697 | zone->pages_high, |
698 | zone->pages_scanned, | 698 | zone->pages_scanned, |
699 | zone->nr_scan_active, zone->nr_scan_inactive, | 699 | zone->lru[LRU_ACTIVE].nr_scan, |
700 | zone->lru[LRU_INACTIVE].nr_scan, | ||
700 | zone->spanned_pages, | 701 | zone->spanned_pages, |
701 | zone->present_pages); | 702 | zone->present_pages); |
702 | 703 | ||