-
由 Chris Friesen 提交于
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: NChris Friesen <cfriesen@nortel.com> Signed-off-by: NIngo Molnar <mingo@elte.hu>
caea8a03