]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7b408d392460abfc4899b54daed8fc754278deb5
treea779cec221d8f1601f105ad5cf48f8ae4a2a42e8
parentfe6f832ec2a7dce2569bcaf73d66cb33f9c99c1d
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