diff options
author | Oleg Nesterov <oleg@redhat.com> | 2023-08-26 13:14:09 +0200 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-10-04 10:41:56 -0700 |
commit | 8e1f385104ac044f1552686ad6e1cbc71cc05a30 (patch) | |
tree | 223317c54e65c8b62187e6de620f8bc8167a2370 /init | |
parent | e34a35ee1f52312af130b5ebd42fa28313fc6149 (diff) | |
download | linux-stable-8e1f385104ac044f1552686ad6e1cbc71cc05a30.tar.gz linux-stable-8e1f385104ac044f1552686ad6e1cbc71cc05a30.tar.bz2 linux-stable-8e1f385104ac044f1552686ad6e1cbc71cc05a30.zip |
kill task_struct->thread_group
The last user was removed by the previous patch.
Link: https://lkml.kernel.org/r/20230826111409.GA23243@redhat.com
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'init')
-rw-r--r-- | init/init_task.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/init_task.c b/init/init_task.c index ff6c4b9bfe6b..c0de0200fd56 100644 --- a/init/init_task.c +++ b/init/init_task.c @@ -132,7 +132,6 @@ struct task_struct init_task .pi_lock = __RAW_SPIN_LOCK_UNLOCKED(init_task.pi_lock), .timer_slack_ns = 50000, /* 50 usec default slack */ .thread_pid = &init_struct_pid, - .thread_group = LIST_HEAD_INIT(init_task.thread_group), .thread_node = LIST_HEAD_INIT(init_signals.thread_head), #ifdef CONFIG_AUDIT .loginuid = INVALID_UID, |