On Wed, Aug 19, 2009 at 7:39 PM, Li Zefan<[email protected]> wrote: > >> + list_for_each_entry_rcu(p, &tsk->thread_group, thread_group) { >> + if (p->sighand) { >> + sighand = tsk->sighand; > > s/tsk->sighand/p->sighand
Good catch, thanks. Fixed. Paul _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
