signal: Rename group_exit_task group_exec_task
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 6 Jun 2021 18:47:53 +0000 (13:47 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Sat, 8 Jan 2022 18:43:57 +0000 (12:43 -0600)
commit60700e38fb68e800607ca7a027060d5419fc5798
tree87032d8814324e9681fbbbc1dce4d1411d4c63c6
parent6ac79ec5378b675f91021c8073cde0eea59f81ad
signal: Rename group_exit_task group_exec_task

The only remaining user of group_exit_task is exec.  Rename the field
so that it is clear which part of the code uses it.

Update the comment above the definition of group_exec_task to document
how it is currently used.

Link: https://lkml.kernel.org/r/20211213225350.27481-7-ebiederm@xmission.com
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/exec.c
include/linux/sched/signal.h
kernel/exit.c