From: Jarek Poplawski Date: Tue, 14 Jul 2009 11:20:32 +0000 (+0000) Subject: ipv4: fib_trie: Use tnode_get_child_rcu() and node_parent_rcu() in lookups X-Git-Tag: v2.6.32-rc1~703^2~607 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b902e5735272b6a79fe2853180b2ad6658aa9678;p=pandora-kernel.git ipv4: fib_trie: Use tnode_get_child_rcu() and node_parent_rcu() in lookups While looking for other fib_trie problems reported by Pawel Staszewski I noticed there are a few uses of tnode_get_child() and node_parent() in lookups instead of their rcu versions. Signed-off-by: Jarek Poplawski Signed-off-by: David S. Miller --- Reading git-diff-tree failed