commit | 0a5c047507aaaf00519921336d19c0f8f5f9f363 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Thu Mar 31 01:51:35 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 31 01:51:35 2011 -0700 |
tree | d0ba4aaef5ad841a8725079c0624ff184a6c6564 | |
parent | ab392d2d6d4e2e50502985eead545b44ee58802c [diff] |
fib: add __rcu annotations Add __rcu annotations and lockdep checks. Add const qualifiers node_parent() and node_parent_rcu() can use rcu_dereference_index_check() Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>