Loading kernel/posix-cpu-timers.c +3 −3 Original line number Diff line number Diff line Loading @@ -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)) { /* Loading include/linux/sched.h +1 −1 File changed.Contains only whitespace changes. Show changes Loading
kernel/posix-cpu-timers.c +3 −3 Original line number Diff line number Diff line Loading @@ -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)) { /* Loading