mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 23:21:46 +00:00
cgroup: remove useless argument from cgroup_exit()
Signed-off-by: Li Zefan <lizefan@huawei.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
e8604cb436
commit
1ec41830e0
3 changed files with 5 additions and 6 deletions
|
@ -797,7 +797,7 @@ void do_exit(long code)
|
|||
*/
|
||||
perf_event_exit_task(tsk);
|
||||
|
||||
cgroup_exit(tsk, 1);
|
||||
cgroup_exit(tsk);
|
||||
|
||||
if (group_dead)
|
||||
disassociate_ctty(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue