]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit557f190098913a05b3b960431950dd249ee0ae6b
tree6fa76aa1db096e4b20ba27e59172c1deda07e3fb
parent65896aa09fa27b85018409241dc6ad6e264341bf
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