]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/sched/core.c
Merge remote-tracking branch 'cgroup/for-next'
[karo-tx-linux.git] / kernel / sched / core.c
index 9fb705b163a1f308016b3b55ba612e48cf65dcb1..d2e58dd38fdcbde7514d71dd1b15d8feaaf9ecf2 100644 (file)
@@ -7654,7 +7654,7 @@ cpu_cgroup_css_alloc(struct cgroup_subsys_state *parent_css)
 static int cpu_cgroup_css_online(struct cgroup_subsys_state *css)
 {
        struct task_group *tg = css_tg(css);
-       struct task_group *parent = css_tg(css_parent(css));
+       struct task_group *parent = css_tg(css->parent);
 
        if (parent)
                sched_online_group(tg, parent);