+1
−1
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>