aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/exit.c')
-rw-r--r--kernel/exit.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index 356d91fa095f..bbc790646502 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -145,11 +145,6 @@ static void __exit_signal(struct task_struct *tsk)
145 if (sig) { 145 if (sig) {
146 flush_sigqueue(&sig->shared_pending); 146 flush_sigqueue(&sig->shared_pending);
147 taskstats_tgid_free(sig); 147 taskstats_tgid_free(sig);
148 /*
149 * Make sure ->signal can't go away under rq->lock,
150 * see account_group_exec_runtime().
151 */
152 task_rq_unlock_wait(tsk);
153 tty_kref_put(tty); 148 tty_kref_put(tty);
154 } 149 }
155} 150}