ipv4: fib_trie: Use tnode_get_child_rcu() and node_parent_rcu() in lookups
authorJarek Poplawski <jarkao2@gmail.com>
Tue, 14 Jul 2009 11:20:32 +0000 (11:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jul 2009 14:39:31 +0000 (07:39 -0700)
commitb902e5735272b6a79fe2853180b2ad6658aa9678
tree6fa76aa1db096e4b20ba27e59172c1deda07e3fb
parentbe916cdebe4dc720a23b1a9bb589f2c22afd6589
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 <jarkao2@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_trie.c