diff --git a/[refs] b/[refs] index 537a20795bb4..48aabf7eb44b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8d53d55d27754508e58e9ac18a4a445b110434bf +refs/heads/master: 68db38f1537a44097e264f28bda751d6b919cd53 diff --git a/trunk/kernel/cgroup.c b/trunk/kernel/cgroup.c index 841259361724..2aa408201aa5 100644 --- a/trunk/kernel/cgroup.c +++ b/trunk/kernel/cgroup.c @@ -470,7 +470,6 @@ static struct css_set *find_css_set( /* Link this cgroup group into the list */ list_add(&res->list, &init_css_set.list); css_set_count++; - INIT_LIST_HEAD(&res->tasks); write_unlock(&css_set_lock); return res;