projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
memcg: synchronized LRU
[linux-2.6.git]
/
mm
/
swap.c
diff --git
a/mm/swap.c
b/mm/swap.c
index
ba2c0e8
..
8a98a9c
100644
(file)
--- a/
mm/swap.c
+++ b/
mm/swap.c
@@
-168,7
+168,6
@@
void activate_page(struct page *page)
lru += LRU_ACTIVE;
add_page_to_lru_list(zone, page, lru);
__count_vm_event(PGACTIVATE);
- mem_cgroup_move_lists(page, lru);
zone->recent_rotated[!!file]++;
zone->recent_scanned[!!file]++;