| commit | 43a951e9994fd218ab4e641f94a2fc53556c3675 | [log] [tgz] |
|---|---|---|
| author | Eric Dumazet <eric.dumazet@gmail.com> | Mon Oct 25 03:32:44 2010 +0000 |
| committer | David S. Miller <davem@davemloft.net> | Mon Oct 25 14:18:28 2010 -0700 |
| tree | 497fe39185131f1d729c980c264562ff5cab86e8 | |
| parent | 0d7da9ddd9a4eb7808698d04b98bf9d62d02649b [diff] |
ipv4: add __rcu annotations to ip_ra_chain
Add __rcu annotations to :
(struct ip_ra_chain)->next
struct ip_ra_chain *ip_ra_chain;
And use appropriate rcu primitives.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>