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

From: David Ahern
Date: Mon Aug 31 2020 - 16:19:13 EST


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 <linmiaohe@xxxxxxxxxx>
> ---
> include/linux/ipv6.h | 11 -----------
> net/ipv6/inet6_hashtables.c | 6 ++----
> 2 files changed, 2 insertions(+), 15 deletions(-)
>

Reviewed-by: David Ahern <dsahern@xxxxxxxxx>