]> git.baikalelectronics.ru Git - kernel.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)
commit8a5fca6a8af74e1ed24f638877e6b27f02510f48
tree22f9aa03f9f59139ece8ef1484fe5d4a5b86bd47
parent896b00457b3fdb338009637f8b250907101d002d
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