Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110736
b: refs/heads/master
c: 34b3ede
h: refs/heads/master
v: v3
  • Loading branch information
Li Zefan authored and Ingo Molnar committed Oct 6, 2008
1 parent a14d4df commit 8e0fca5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 2c10c22af088ab5d94fae93ce3fe6436b2a208b4
refs/heads/master: 34b3ede2353604ec9861c1d900b2a835ff85de47
4 changes: 0 additions & 4 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -9088,7 +9088,6 @@ cpu_cgroup_create(struct cgroup_subsys *ss, struct cgroup *cgrp)

if (!cgrp->parent) {
/* This is early initialization for the top cgroup */
init_task_group.css.cgroup = cgrp;
return &init_task_group.css;
}

Expand All @@ -9097,9 +9096,6 @@ cpu_cgroup_create(struct cgroup_subsys *ss, struct cgroup *cgrp)
if (IS_ERR(tg))
return ERR_PTR(-ENOMEM);

/* Bind the cgroup to task_group object we just created */
tg->css.cgroup = cgrp;

return &tg->css;
}

Expand Down

0 comments on commit 8e0fca5

Please sign in to comment.