Re: [PATCH] introduce the walk_process_tree() helper

2017-01-24 Thread Pavel Tikhomirov
Will include it in patch-set with documentation fix. Thanks Oleg! Reviewed-by: Pavel Tikhomirov On 01/23/2017 02:57 PM, Oleg Nesterov wrote: Add the new helper to walk the process tree, the next patch adds a user. Note that it visits the group leaders only, proc_visitor can do for_each_thread

Re: [PATCH] introduce the walk_process_tree() helper

2017-01-23 Thread Oleg Nesterov
On 01/23, Oleg Nesterov wrote: > > Add the new helper to walk the process tree, the next patch adds a user. > Note that it visits the group leaders only, proc_visitor can do > for_each_thread itself or we can trivially extend walk_process_tree() to > do this. Please consider this patch as a prepar