Merge branch 'master' [vanilla Linus master] into libata-dev.git/upstream
[platform/kernel/linux-arm64.git] / kernel / fork.c
index f00e319..ff1cad3 100644 (file)
@@ -1420,7 +1420,7 @@ static struct task_struct *copy_process(unsigned long clone_flags,
         */
        p->group_leader = p;
        INIT_LIST_HEAD(&p->thread_group);
-       INIT_HLIST_HEAD(&p->task_works);
+       p->task_works = NULL;
 
        /* Now that the task is set up, run cgroup callbacks if
         * necessary. We need to run them before the task is visible