]> bbs.cooldavid.org Git - net-next-2.6.git/commit
net/802: add __rcu annotations
authorEric Dumazet <eric.dumazet@gmail.com>
Sun, 24 Oct 2010 21:32:36 +0000 (21:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Oct 2010 20:09:44 +0000 (13:09 -0700)
commit3cc77ec74e1583b50b8405114cdbd6b8ebb8c474
tree3f45e2ddfc224edd166b1cdc79ddff62532b4c7d
parent198caeca3eb4c81bbdbeb34a870868002f89b3d2
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>
include/linux/netdevice.h
include/net/garp.h
net/802/garp.c
net/802/stp.c