commit | caea8a03702c147e8ae90da0801e7ba8297b1d46 | [log] [tgz] |
---|---|---|
author | Chris Friesen <cfriesen@nortel.com> | Mon Sep 22 11:06:09 2008 -0600 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Sep 22 19:43:10 2008 +0200 |
tree | 7ff0746c3dbcc73bc241957c2b3149bcf8901fb2 | |
parent | f681bbd656b01439be904250a1581ca9c27505a1 [diff] |
sched: fix list traversal to use _rcu variant 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>