Re: [PATCH net] multicast: remove useless parameter for group add

2018-07-21 Thread David Miller
From: Hangbin Liu 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 w

[PATCH net] multicast: remove useless parameter for group add

2018-07-19 Thread Hangbin Liu
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 --- net/ipv4/