ipv4: Remove redundant RCU locking in ip_check_mc().
authorDavid S. Miller <davem@davemloft.net>
Fri, 11 Mar 2011 00:34:38 +0000 (16:34 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Mar 2011 00:37:26 +0000 (16:37 -0800)
commitdbdd9a52e38a4a93adfa4d0278801cce4fad98eb
treea223ba84f33976b0d2c17d3177cbe976a3c948fc
parent33175d84ee3fa29991adb80513683e010769e807
ipv4: Remove redundant RCU locking in ip_check_mc().

All callers are under rcu_read_lock() protection already.

Rename to ip_check_mc_rcu() to make it even more clear.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/igmp.h
net/ipv4/igmp.c
net/ipv4/route.c