Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320863
b: refs/heads/master
c: 69980e3
h: refs/heads/master
i:
  320861: 989debc
  320859: df02c3c
  320855: 6039115
  320847: 6b7c3da
  320831: c7b10f0
v: v3
  • Loading branch information
Tim Chen authored and Linus Torvalds committed Aug 1, 2012
1 parent becca78 commit 3595909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c1c9518331969f97ea403bac66f0fd4a85d204d5
refs/heads/master: 69980e31754ef23307d51372e61bf7c2584f8a4b
2 changes: 2 additions & 0 deletions trunk/mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ static unsigned long shrink_page_list(struct list_head *page_list,

cond_resched();

mem_cgroup_uncharge_start();
while (!list_empty(page_list)) {
enum page_references references;
struct address_space *mapping;
Expand Down Expand Up @@ -953,6 +954,7 @@ static unsigned long shrink_page_list(struct list_head *page_list,

list_splice(&ret_pages, page_list);
count_vm_events(PGACTIVATE, pgactivate);
mem_cgroup_uncharge_end();
*ret_nr_dirty += nr_dirty;
*ret_nr_writeback += nr_writeback;
return nr_reclaimed;
Expand Down

0 comments on commit 3595909

Please sign in to comment.