From: Madhu Challa Date: Wed, 25 Feb 2015 17:58:34 +0000 (-0800) Subject: igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_drop X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~392^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46a4dee074b58c4256dbf6c2dbf199c372f85b04;p=pandora-kernel.git igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_drop Based on the igmp v4 changes from Eric Dumazet. 959d10f6bbf6("igmp: add __ip_mc_{join|leave}_group()") These changes are needed to perform igmp v6 join/leave while RTNL is held. Make ipv6_sock_mc_join and ipv6_sock_mc_drop wrappers around __ipv6_sock_mc_join and __ipv6_sock_mc_drop to avoid proliferation of work queues. Signed-off-by: Madhu Challa Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed