diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/memcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 954032b80bed..d813823ab08f 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c | |||
@@ -2545,7 +2545,7 @@ static int mem_cgroup_force_empty_list(struct mem_cgroup *mem, | |||
2545 | pc = list_entry(list->prev, struct page_cgroup, lru); | 2545 | pc = list_entry(list->prev, struct page_cgroup, lru); |
2546 | if (busy == pc) { | 2546 | if (busy == pc) { |
2547 | list_move(&pc->lru, list); | 2547 | list_move(&pc->lru, list); |
2548 | busy = 0; | 2548 | busy = NULL; |
2549 | spin_unlock_irqrestore(&zone->lru_lock, flags); | 2549 | spin_unlock_irqrestore(&zone->lru_lock, flags); |
2550 | continue; | 2550 | continue; |
2551 | } | 2551 | } |