aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r--kernel/cgroup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 841259361724..2aa408201aa5 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -470,7 +470,6 @@ static struct css_set *find_css_set(
470 /* Link this cgroup group into the list */ 470 /* Link this cgroup group into the list */
471 list_add(&res->list, &init_css_set.list); 471 list_add(&res->list, &init_css_set.list);
472 css_set_count++; 472 css_set_count++;
473 INIT_LIST_HEAD(&res->tasks);
474 write_unlock(&css_set_lock); 473 write_unlock(&css_set_lock);
475 474
476 return res; 475 return res;