> 
> On Sun, 21 Nov 2010, Bruce Blinn wrote:
> 
> > New task structures are added into the list in kernel/fork.c (line 
> > 1743 in my source).
> 
>   that's not what i see here, can you reproduce the few lines 
> at that point?  i had assumed it was in fork.c somewhere.

Sorry, I got the line number wrong. It should have been 1269. It is in the
copy_process() function.

        list_add_tail_rcu(&p->tasks, &init_task.tasks);

Bruce


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecar...@nl.linux.org
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to