commit | 959d10f6bbf6ab5b8813c4e37540a2e43ca2ae96 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Feb 17 03:19:24 2015 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 20 15:24:04 2015 -0500 |
tree | e6175dbec05d9cbc0cdcb4c7c6fa10030d25877f | |
parent | 64bea46e3ff28701aa34be48b93c7907ebbdb31e [diff] |
igmp: add __ip_mc_{join|leave}_group() There is a need to perform igmp join/leave operations while RTNL is held. Make ip_mc_{join|leave}_group() wrappers around __ip_mc_{join|leave}_group() to avoid the proliferation of work queues. For example, vxlan_igmp_join() could possibly be removed. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>