Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320785
b: refs/heads/master
c: 6068bf0
h: refs/heads/master
i:
  320783: d8e34a3
v: v3
  • Loading branch information
KAMEZAWA Hiroyuki authored and Linus Torvalds committed Aug 1, 2012
1 parent 861c890 commit 78ac3f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: d845aa2c75bcff87dacf098378b5706b12d1588f
refs/heads/master: 6068bf0104becf07792b2867bc4d17c369419f8b
5 changes: 2 additions & 3 deletions trunk/mm/memcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -2643,8 +2643,7 @@ static int mem_cgroup_move_account(struct page *page,

static int mem_cgroup_move_parent(struct page *page,
struct page_cgroup *pc,
struct mem_cgroup *child,
gfp_t gfp_mask)
struct mem_cgroup *child)
{
struct mem_cgroup *parent;
unsigned int nr_pages;
Expand Down Expand Up @@ -3652,7 +3651,7 @@ static int mem_cgroup_force_empty_list(struct mem_cgroup *memcg,

pc = lookup_page_cgroup(page);

ret = mem_cgroup_move_parent(page, pc, memcg, GFP_KERNEL);
ret = mem_cgroup_move_parent(page, pc, memcg);

if (ret == -EBUSY || ret == -EINVAL) {
/* found lock contention or "pc" is obsolete. */
Expand Down

0 comments on commit 78ac3f3

Please sign in to comment.