]> bbs.cooldavid.org Git - net-next-2.6.git/commit
anycast: Some RCU conversions
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 7 Jun 2010 11:42:13 +0000 (11:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jun 2010 05:49:25 +0000 (22:49 -0700)
commitbb69ae049fcc986fcd742eb90ca0d44a7a49c9f1
tree22f9aa03f9f59139ece8ef1484fe5d4a5b86bd47
parent6e8b11b43b0c2e901734e2cdd70c6e325a90c4ef
anycast: Some RCU conversions

- dev_get_by_flags() changed to dev_get_by_flags_rcu()

- ipv6_sock_ac_join() dont touch dev & idev refcounts
- ipv6_sock_ac_drop() dont touch dev & idev refcounts
- ipv6_sock_ac_close() dont touch dev & idev refcounts
- ipv6_dev_ac_dec() dount touch idev refcount
- ipv6_chk_acast_addr() dont touch idev refcount

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
CC: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c
net/ipv6/anycast.c