From: Matthias Kaehlcke Date: Mon, 15 Oct 2007 15:00:02 +0000 (+0200) Subject: sched: use list_for_each_entry_safe() in __wake_up_common() X-Git-Tag: v2.6.24-rc1~1289^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e45874c5aabe573b6ab4328f303c765701394f9;p=pandora-kernel.git sched: use list_for_each_entry_safe() in __wake_up_common() Use list_for_each_entry_safe() instead of list_for_each_safe() in __wake_up_common() Signed-off-by: Matthias Kaehlcke Signed-off-by: Ingo Molnar Signed-off-by: Peter Zijlstra Signed-off-by: Mike Galbraith Reviewed-by: Thomas Gleixner --- Reading git-diff-tree failed