]> git.baikalelectronics.ru Git - kernel.git/commit
cgroup: Update comments about task exit path
authorMichal Koutný <mkoutny@suse.com>
Fri, 4 Oct 2019 10:57:39 +0000 (12:57 +0200)
committerTejun Heo <tj@kernel.org>
Mon, 7 Oct 2019 14:11:53 +0000 (07:11 -0700)
commitea86f0aa6293c69e78578afd4383097761c46d8c
treeb0c6cb80028da8b2485e58f011df073f752e29d8
parent3250c77481c60dcaf206f3e885eaee88900b25a1
cgroup: Update comments about task exit path

We no longer take cgroup_mutex in cgroup_exit and the exiting tasks are
not moved to init_css_set, reflect that in several comments to prevent
confusion.

Signed-off-by: Michal Koutný <mkoutny@suse.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/cgroup.c