sched: fix list traversal to use _rcu variant
authorChris Friesen <cfriesen@nortel.com>
Mon, 22 Sep 2008 17:06:09 +0000 (11:06 -0600)
committerIngo Molnar <mingo@elte.hu>
Mon, 22 Sep 2008 17:43:10 +0000 (19:43 +0200)
load_balance_fair() calls rcu_read_lock() but then traverses the list
 using the regular list traversal routine.  This patch converts the
list traversal to use the _rcu version.

Signed-off-by: Chris Friesen <cfriesen@nortel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found