Commit 5ce73a4a authored by Ingo Molnar's avatar Ingo Molnar

timers: fix itimer/many thread hang, cleanups

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 0a8eaa4f
......@@ -1372,9 +1372,9 @@ void run_posix_cpu_timers(struct task_struct *tsk)
* tsk->signal is non-NULL; this probably can't happen but cover the
* possibility anyway.
*/
if (unlikely(!sig) || !fastpath_timer_check(tsk, sig)) {
if (unlikely(!sig) || !fastpath_timer_check(tsk, sig))
return;
}
sighand = lock_task_sighand(tsk, &flags);
if (likely(sighand)) {
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment