On 04/09, Frederic Weisbecker wrote: > > @@ -295,16 +295,15 @@ void thread_group_cputime(struct task_struct *tsk, > struct task_cputime *times) > > rcu_read_lock(); > /* make sure we can trust tsk->thread_group list */ > - if (!likely(pid_alive(tsk))) > + if (!likely(pid_alive(p)))
You can simply remove this check now. for_each_thread() is always safe. Oleg. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/