aboutsummaryrefslogtreecommitdiffstats
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 869dc221733e..88d0aad33ca0 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -130,7 +130,7 @@ static void __exit_signal(struct task_struct *tsk)
130 * Do this under ->siglock, we can race with another thread 130 * Do this under ->siglock, we can race with another thread
131 * doing sigqueue_free() if we have SIGQUEUE_PREALLOC signals. 131 * doing sigqueue_free() if we have SIGQUEUE_PREALLOC signals.
132 */ 132 */
133 flush_sigqueue(&tsk->pending); 133 flush_task_sigqueue(tsk);
134 134
135 tsk->signal = NULL; 135 tsk->signal = NULL;
136 tsk->sighand = NULL; 136 tsk->sighand = NULL;