From: Michal Hocko Date: Tue, 21 Oct 2014 07:27:15 +0000 (+0200) Subject: PM: convert do_each_thread to for_each_process_thread X-Git-Tag: fixes-against-v3.18-rc2~13^2~2^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a28e785a9f794ba32e603570ab52a262cf963489;p=pandora-kernel.git 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 Signed-off-by: Michal Hocko Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed