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)
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>

No differences found