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

From: Paul Menage
Date: Wed Aug 19 2009 - 22:45:24 EST


On Wed, Aug 19, 2009 at 7:39 PM, Li Zefan<lizf@xxxxxxxxxxxxxx> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/