Re: [PATCH 4/4] PM: convert do_each_thread to for_each_process_thread

2014-10-21 Thread Rafael J. Wysocki
On Tuesday, October 21, 2014 03:19:53 PM Michal Hocko wrote: > On Tue 21-10-14 14:10:18, Rafael J. Wysocki wrote: > > On Tuesday, October 21, 2014 09:27:15 AM Michal Hocko wrote: > > > as per 0c740d0afc3b (introduce for_each_thread() to replace the buggy > > > while_each_thread()) get rid of do_eac

Re: [PATCH 4/4] PM: convert do_each_thread to for_each_process_thread

2014-10-21 Thread Michal Hocko
On Tue 21-10-14 14:10:18, Rafael J. Wysocki wrote: > On Tuesday, October 21, 2014 09:27:15 AM Michal Hocko wrote: > > as per 0c740d0afc3b (introduce for_each_thread() to replace the buggy > > while_each_thread()) get rid of do_each_thread { } while_each_thread() > > construct and replace it by a mo

Re: [PATCH 4/4] PM: convert do_each_thread to for_each_process_thread

2014-10-21 Thread Rafael J. Wysocki
On Tuesday, October 21, 2014 09:27:15 AM Michal Hocko wrote: > as per 0c740d0afc3b (introduce for_each_thread() to replace the buggy > while_each_thread()) get rid of do_each_thread { } while_each_thread() > construct and replace it by a more error prone for_each_thread. > > This patch doesn't int

[PATCH 4/4] PM: convert do_each_thread to for_each_process_thread

2014-10-21 Thread Michal Hocko
as per 0c740d0afc3b (introduce for_each_thread() to replace the buggy while_each_thread()) get rid of do_each_thread { } while_each_thread() construct and replace it by a more error prone for_each_thread. This patch doesn't introduce any user visible change. Suggested-by: Oleg Nesterov Signed-of