From: Hangbin Liu <liuhang...@gmail.com> Date: Fri, 20 Jul 2018 14:07:42 +0800
> Remove the mode parameter for igmp/igmp6_group_added as we can get it > from first parameter. > > Fixes: 6e2059b53f988 (ipv4/igmp: init group mode as INCLUDE when join source > group) > Fixes: c7ea20c9da5b9 (ipv6/mcast: init as INCLUDE when join SSM INCLUDE group) > Signed-off-by: Hangbin Liu <liuhang...@gmail.com> This doesn't really fix a bug, it just removed an unnecessary parameter. Therefore, applied to net-next. Thanks.