From 89aa64a4c2fcc52a859ba8e90ed6f8b24f093f27 Mon Sep 17 00:00:00 2001 From: Oleg Nesterov Date: Wed, 26 May 2010 14:44:08 -0700 Subject: [PATCH] --- yaml --- r: 198815 b: refs/heads/master c: fa2755e20ab0c7215d99c2dc7c262e98a09b01df h: refs/heads/master i: 198813: 2b9558b9ded281ca8db7f4f82b8f9de63ee43e42 198811: 26240ffb733154773af3232676a31df685eb6d01 198807: 5c070527a77fcca3597b1d2f2589e130265d0564 198799: f6cc217f17be0025b4e23252e01c92874f376b99 198783: 33c2bbbfc4734f0b0010c00a4b8e3a28341a36c8 v: v3 --- [refs] | 2 +- trunk/include/linux/init_task.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 424d75dd2372..3cc389b3609f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 72680a191b934377430032f93af15ef50aafb3a8 +refs/heads/master: fa2755e20ab0c7215d99c2dc7c262e98a09b01df diff --git a/trunk/include/linux/init_task.h b/trunk/include/linux/init_task.h index 0551e0dcb71b..6deb1ba52fdb 100644 --- a/trunk/include/linux/init_task.h +++ b/trunk/include/linux/init_task.h @@ -163,6 +163,7 @@ extern struct cred init_cred; [PIDTYPE_PGID] = INIT_PID_LINK(PIDTYPE_PGID), \ [PIDTYPE_SID] = INIT_PID_LINK(PIDTYPE_SID), \ }, \ + .thread_group = LIST_HEAD_INIT(tsk.thread_group), \ .dirties = INIT_PROP_LOCAL_SINGLE(dirties), \ INIT_IDS \ INIT_PERF_EVENTS(tsk) \