From: Chris Friesen Date: Mon, 22 Sep 2008 17:06:09 +0000 (-0600) Subject: sched: fix list traversal to use _rcu variant X-Git-Tag: v2.6.28-rc1~725^2~2^2~13 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caea8a03702c147e8ae90da0801e7ba8297b1d46;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed