commit | a28e785a9f794ba32e603570ab52a262cf963489 | [log] [tgz] |
---|---|---|
author | Michal Hocko <mhocko@suse.cz> | Tue Oct 21 09:27:15 2014 +0200 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Oct 21 23:44:21 2014 +0200 |
tree | a9337346d14a18a7ee2b7786e676dda88b190352 | |
parent | 5695be142e203167e3cb515ef86a88424f3524eb [diff] |
PM: convert do_each_thread to for_each_process_thread 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 <oleg@redhat.com> Signed-off-by: Michal Hocko <mhocko@suse.cz> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>