Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199822
b: refs/heads/master
c: 94b3dd0
h: refs/heads/master
v: v3
  • Loading branch information
Greg Thelen authored and Linus Torvalds committed Jun 4, 2010
1 parent 6243583 commit a14c550
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: 007d08678eb87478b65b3f229960c81dd7c7b8f3
refs/heads/master: 94b3dd0f7bb393d93e84a173b1df9b8b64c83ac4
2 changes: 1 addition & 1 deletion trunk/kernel/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -4598,7 +4598,7 @@ static int alloc_css_id(struct cgroup_subsys *ss, struct cgroup *parent,
parent_css = parent->subsys[subsys_id];
child_css = child->subsys[subsys_id];
parent_id = parent_css->id;
depth = parent_id->depth;
depth = parent_id->depth + 1;

child_id = get_new_cssid(ss, depth);
if (IS_ERR(child_id))
Expand Down

0 comments on commit a14c550

Please sign in to comment.