]> git.baikalelectronics.ru Git - kernel.git/commit
fork: Rename bad_fork_cleanup_threadgroup_lock to bad_fork_cleanup_delayacct
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 20 Dec 2021 16:42:18 +0000 (10:42 -0600)
committerEric W. Biederman <ebiederm@xmission.com>
Mon, 20 Dec 2021 16:51:00 +0000 (10:51 -0600)
commitbacbea1bf2fa3053dae91cd902b68726dd810c7e
treec8089236ff5d7b3bba1904f7a2778f6b8a0a3cdd
parent96047e64884ff2bf6321cba431ff35f1dd77cd5c
fork: Rename bad_fork_cleanup_threadgroup_lock to bad_fork_cleanup_delayacct

I just fixed a bug in copy_process when using the label
bad_fork_cleanup_threadgroup_lock.  While fixing the bug I looked
closer at the label and realized it has been misnamed since
d7dc012318be ("cgroup: reduce read locked section of
cgroup_threadgroup_rwsem during fork").

Fix the name so that fork is easier to understand.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
kernel/fork.c