aboutsummaryrefslogtreecommitdiffstats
path: root/mm/swap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/swap.c')
-rw-r--r--mm/swap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/swap.c b/mm/swap.c
index ba2c0e8b8b54..8a98a9c90704 100644
--- a/mm/swap.c
+++ b/mm/swap.c
@@ -168,7 +168,6 @@ void activate_page(struct page *page)
168 lru += LRU_ACTIVE; 168 lru += LRU_ACTIVE;
169 add_page_to_lru_list(zone, page, lru); 169 add_page_to_lru_list(zone, page, lru);
170 __count_vm_event(PGACTIVATE); 170 __count_vm_event(PGACTIVATE);
171 mem_cgroup_move_lists(page, lru);
172 171
173 zone->recent_rotated[!!file]++; 172 zone->recent_rotated[!!file]++;
174 zone->recent_scanned[!!file]++; 173 zone->recent_scanned[!!file]++;