On 25 October 2010 21:04, Juan Rafael Garcia Blanco <[email protected] > wrote:
> Thank you very much guys. I got interested in these things, so probably > I'll take a book on Linux to check my approach. I think I should use a > statement like read_lock(&tasklist_lock); > > Thank you for your help > > On Oct 25, 2010, at 5:33 PM, Juan Rafael Garcia Blanco wrote: > > > Thank you very much guys. I got interested in these things, so probably > I'll take a book on Linux to check my approach. I think I should use a > statement like read_lock(&tasklist_lock); > > > > Thank you for your help > > > -- > To unsubscribe from this list: send an email with > "unsubscribe kernelnewbies" to [email protected] > Please read the FAQ at http://kernelnewbies.org/FAQ > > Hi, You could also learn by looking at any other code that traverses/accesses task list. - Paranee
