Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320783
b: refs/heads/master
c: 59b8e85
h: refs/heads/master
i:
  320781: 9fc49e2
  320779: 1c8e1d8
  320775: 1db36bc
  320767: 3d65167
v: v3
  • Loading branch information
Kamezawa Hiroyuki authored and Linus Torvalds committed Aug 1, 2012
1 parent 6c1d9a1 commit d8e34a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fd07383b6bbc1418b1bdd5f295d13e600222fffa
refs/heads/master: 59b8e85c26e77d236ebdd61866ffc5e69c5f531d
3 changes: 0 additions & 3 deletions trunk/mm/memcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -3691,9 +3691,6 @@ static int mem_cgroup_force_empty(struct mem_cgroup *memcg, bool free_all)
ret = -EBUSY;
if (cgroup_task_count(cgrp) || !list_empty(&cgrp->children))
goto out;
ret = -EINTR;
if (signal_pending(current))
goto out;
/* This is for making all *used* pages to be on LRU. */
lru_add_drain_all();
drain_all_stock_sync(memcg);
Expand Down

0 comments on commit d8e34a3

Please sign in to comment.