Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232411
b: refs/heads/master
c: 8dba474
h: refs/heads/master
i:
  232409: 8974c42
  232407: 6fc1a70
v: v3
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Jan 26, 2011
1 parent 88b9598 commit 836b962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 2ff754fa8f416e82327f2d8f1354a033b66286df
refs/heads/master: 8dba474f034c322d96ada39cb20cac711d80dcb2
3 changes: 2 additions & 1 deletion trunk/mm/memcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -2292,9 +2292,10 @@ static int mem_cgroup_move_parent(struct page_cgroup *pc,
ret = mem_cgroup_move_account(pc, child, parent, true, charge);
if (ret)
mem_cgroup_cancel_charge(parent, charge);
put_back:

if (charge > PAGE_SIZE)
compound_unlock_irqrestore(page, flags);
put_back:
putback_lru_page(page);
put:
put_page(page);
Expand Down

0 comments on commit 836b962

Please sign in to comment.