summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorEric Dumazet <eric.dumazet@gmail.com>2010-11-12 05:46:50 +0000
committerDavid S. Miller <davem@davemloft.net>2010-11-12 13:18:57 -0800
commit1d7138de878d1d4210727c1200193e69596f93b3 (patch)
treef7abb08bfdf35d1e876f93d24ce44072d2f6ed72 /kernel
parentf5539b5bfa2e00f2a6fd35731db66142a2f327c0 (diff)
downloadlinux-1d7138de878d1d4210727c1200193e69596f93b3.tar.gz
linux-1d7138de878d1d4210727c1200193e69596f93b3.tar.bz2
linux-1d7138de878d1d4210727c1200193e69596f93b3.zip
igmp: RCU conversion of in_dev->mc_list
in_dev->mc_list is protected by one rwlock (in_dev->mc_list_lock). This can easily be converted to a RCU protection. Writers hold RTNL, so mc_list_lock is removed, not replaced by a spinlock. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Cc: Cypher Wu <cypher.w@gmail.com> Cc: Américo Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions