Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339358
b: refs/heads/master
c: fddfb02
h: refs/heads/master
v: v3
  • Loading branch information
Li Zhong authored and Tejun Heo committed Nov 28, 2012
1 parent b1229e0 commit 7c2fbbc
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 811d8d6ff59cbc7d618dfa2cd339ba6c3691a7eb
refs/heads/master: fddfb02ad0d0d3b479c2a26a8ae7e6411b34706b
2 changes: 1 addition & 1 deletion trunk/kernel/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1401,8 +1401,8 @@ static void init_cgroup_root(struct cgroupfs_root *root)
root->number_of_cgroups = 1;
cgrp->root = root;
cgrp->top_cgroup = cgrp;
list_add_tail(&cgrp->allcg_node, &root->allcg_list);
init_cgroup_housekeeping(cgrp);
list_add_tail(&cgrp->allcg_node, &root->allcg_list);
}

static bool init_root_id(struct cgroupfs_root *root)
Expand Down

0 comments on commit 7c2fbbc

Please sign in to comment.