Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276843
b: refs/heads/master
c: a41c58a
h: refs/heads/master
i:
  276841: 0594e01
  276839: b53abca
v: v3
  • Loading branch information
Hillf Danton authored and Linus Torvalds committed Dec 20, 2011
1 parent c38df4c commit e5f9e5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 481fe17e973fb97aa3edf17c69557afe88d8334f
refs/heads/master: a41c58a6665cc995e237303b05db42100b71b65e
3 changes: 1 addition & 2 deletions trunk/mm/memcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -4907,9 +4907,9 @@ mem_cgroup_create(struct cgroup_subsys *ss, struct cgroup *cont)
int cpu;
enable_swap_cgroup();
parent = NULL;
root_mem_cgroup = memcg;
if (mem_cgroup_soft_limit_tree_init())
goto free_out;
root_mem_cgroup = memcg;
for_each_possible_cpu(cpu) {
struct memcg_stock_pcp *stock =
&per_cpu(memcg_stock, cpu);
Expand Down Expand Up @@ -4948,7 +4948,6 @@ mem_cgroup_create(struct cgroup_subsys *ss, struct cgroup *cont)
return &memcg->css;
free_out:
__mem_cgroup_free(memcg);
root_mem_cgroup = NULL;
return ERR_PTR(error);
}

Expand Down

0 comments on commit e5f9e5f

Please sign in to comment.