commit | 3cc77ec74e1583b50b8405114cdbd6b8ebb8c474 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Sun Oct 24 21:32:36 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 25 13:09:44 2010 -0700 |
tree | 3f45e2ddfc224edd166b1cdc79ddff62532b4c7d | |
parent | 198caeca3eb4c81bbdbeb34a870868002f89b3d2 [diff] |
net/802: add __rcu annotations (struct net_device)->garp_port is rcu protected : (struct garp_port)->applicants is rcu protected : add __rcu annotation and proper rcu primitives. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>