]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/vmstat.c
vmscan: Use an indexed array for LRU variables
[linux-2.6-omap-h63xx.git] / mm / vmstat.c
index d7826af2fb073b15e2488470a67ad5a965fa7518..52c0335c1b7133d7990acaaa328386479c268971 100644 (file)
@@ -696,7 +696,8 @@ static void zoneinfo_show_print(struct seq_file *m, pg_data_t *pgdat,
                   zone->pages_low,
                   zone->pages_high,
                   zone->pages_scanned,
-                  zone->nr_scan_active, zone->nr_scan_inactive,
+                  zone->lru[LRU_ACTIVE].nr_scan,
+                  zone->lru[LRU_INACTIVE].nr_scan,
                   zone->spanned_pages,
                   zone->present_pages);