commit | b902e5735272b6a79fe2853180b2ad6658aa9678 | [log] [tgz] |
---|---|---|
author | Jarek Poplawski <jarkao2@gmail.com> | Tue Jul 14 11:20:32 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 20 07:39:31 2009 -0700 |
tree | 6fa76aa1db096e4b20ba27e59172c1deda07e3fb | |
parent | be916cdebe4dc720a23b1a9bb589f2c22afd6589 [diff] |
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>