From 2e45874c5aabe573b6ab4328f303c765701394f9 Mon Sep 17 00:00:00 2001 From: Matthias Kaehlcke Date: Mon, 15 Oct 2007 17:00:02 +0200 Subject: [PATCH] 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-format-patch failed