Skip to content
Snippets Groups Projects
Commit caea8a03 authored by Chris Friesen's avatar Chris Friesen Committed by Ingo Molnar
Browse files

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: default avatarChris Friesen <cfriesen@nortel.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent f681bbd6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment