[PATCH 7/8] Adds functionality to read/write lock CLONE_THREAD fork()ing per-threadgroup

Paul Menage menage at google.com
Wed Aug 19 19:45:11 PDT 2009


On Wed, Aug 19, 2009 at 7:39 PM, Li Zefan<lizf at cn.fujitsu.com> 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


More information about the Containers mailing list