cgroup: remove duplicate code in find_css_set()
[deliverable/linux.git] / kernel / cgroup.c
index 841259361724ffac71821cc9955783de76e008c4..2aa408201aa5d8a9f792bceaa586ddbd53cb6a7d 100644 (file)
@@ -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;
This page took 0.02887 seconds and 5 git commands to generate.