diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 770f011e1c12..84d9da1e8f4c 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -3809,7 +3809,7 @@ static void __paginginit free_area_init_core(struct pglist_data *pgdat, | |||
3809 | zone_pcp_init(zone); | 3809 | zone_pcp_init(zone); |
3810 | for_each_lru(l) { | 3810 | for_each_lru(l) { |
3811 | INIT_LIST_HEAD(&zone->lru[l].list); | 3811 | INIT_LIST_HEAD(&zone->lru[l].list); |
3812 | zone->lru[l].nr_saved_scan = 0; | 3812 | zone->reclaim_stat.nr_saved_scan[l] = 0; |
3813 | } | 3813 | } |
3814 | zone->reclaim_stat.recent_rotated[0] = 0; | 3814 | zone->reclaim_stat.recent_rotated[0] = 0; |
3815 | zone->reclaim_stat.recent_rotated[1] = 0; | 3815 | zone->reclaim_stat.recent_rotated[1] = 0; |