On Fri, 8 Aug 2003, Ravi Krishnamurthy wrote: > > --- "Raghu R. Arur" <rra2002@aria.ncl.cs.columbia.edu> > wrote: > your code either. How did you find out you missed some > mm structs? > I have just added a pid field in the mm_struct and whenever a new mm_struct gets created i update that pid field with that of the newly created task. when i scan thru the list of mm_structs i was printing the pids and the task names using find_process_by_pid(). I had written a dirty system call to test this... i started mozilla, and called this syscall.. i cudnt see the task.. am i doing something wrong in my testing?? Thanks, Raghu > Ravi. > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/