aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/exit.c')
-rw-r--r--kernel/exit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index cab535c427b8..51d1fe3fb7ad 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -1472,6 +1472,7 @@ static int wait_consider_task(struct task_struct *parent, int ptrace,
1472 */ 1472 */
1473 if (*notask_error) 1473 if (*notask_error)
1474 *notask_error = ret; 1474 *notask_error = ret;
1475 return 0;
1475 } 1476 }
1476 1477
1477 if (likely(!ptrace) && unlikely(p->ptrace)) { 1478 if (likely(!ptrace) && unlikely(p->ptrace)) {