summaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/exit.c')
-rw-r--r--kernel/exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index fd90195667e1..75b34fe835b2 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -746,7 +746,7 @@ void do_exit(long code)
746 disassociate_ctty(1); 746 disassociate_ctty(1);
747 exit_task_namespaces(tsk); 747 exit_task_namespaces(tsk);
748 exit_task_work(tsk); 748 exit_task_work(tsk);
749 exit_thread(); 749 exit_thread(tsk);
750 750
751 /* 751 /*
752 * Flush inherited counters to the parent - before the parent 752 * Flush inherited counters to the parent - before the parent