sched: use list_for_each_entry_safe() in __wake_up_common()
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Mon, 15 Oct 2007 15:00:02 +0000 (17:00 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 15 Oct 2007 15:00:02 +0000 (17:00 +0200)
commit2e45874c5aabe573b6ab4328f303c765701394f9
treea779cec221d8f1601f105ad5cf48f8ae4a2a42e8
parentbb61c210835db95b0e9fb612a316422e7cc675e3
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 <matthias.kaehlcke@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Mike Galbraith <efault@gmx.de>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
kernel/sched.c