Re: [PATCH v2] net: ipv6: remove unused arg exact_dif in compute_score

2020-08-31 Thread David Ahern
On 8/31/20 12:26 AM, Miaohe Lin wrote: > The arg exact_dif is not used anymore, remove it. inet6_exact_dif_match() > is no longer needed after the above is removed, remove it too. > > Signed-off-by: Miaohe Lin > --- > include/linux/ipv6.h| 11 --- > net/ipv6/inet6_hashtables.c |

Re: [PATCH v2] net: ipv6: remove unused arg exact_dif in compute_score

2020-08-31 Thread David Miller
From: Miaohe Lin Date: Mon, 31 Aug 2020 02:26:10 -0400 > The arg exact_dif is not used anymore, remove it. inet6_exact_dif_match() > is no longer needed after the above is removed, remove it too. > > Signed-off-by: Miaohe Lin Applied to net-next.