diff --git a/[refs] b/[refs] index ac3adb2296bd..3ef5e33b7044 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9c03c383563f147907f1a90cf16f1e190e2f4aae +refs/heads/master: f3abd4f9531becb71626bd206955d47d5ea54f06 diff --git a/trunk/kernel/exit.c b/trunk/kernel/exit.c index 10d3c5d5ae44..ce1e48c2d93d 100644 --- a/trunk/kernel/exit.c +++ b/trunk/kernel/exit.c @@ -1189,7 +1189,7 @@ static int wait_task_zombie(struct wait_opts *wo, struct task_struct *p) if (unlikely(wo->wo_flags & WNOWAIT)) { int exit_code = p->exit_code; - int why, status; + int why; get_task_struct(p); read_unlock(&tasklist_lock);