kill task_struct->thread_group
authorOleg Nesterov <oleg@redhat.com>
Sat, 26 Aug 2023 11:14:09 +0000 (13:14 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 4 Oct 2023 17:41:56 +0000 (10:41 -0700)
commit8e1f385104ac044f1552686ad6e1cbc71cc05a30
tree223317c54e65c8b62187e6de620f8bc8167a2370
parente34a35ee1f52312af130b5ebd42fa28313fc6149
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>
include/linux/sched.h
init/init_task.c
kernel/exit.c
kernel/fork.c