net: ipv6: remove unused arg exact_dif in compute_score
authorMiaohe Lin <linmiaohe@huawei.com>
Mon, 31 Aug 2020 06:26:10 +0000 (02:26 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Aug 2020 20:08:10 +0000 (13:08 -0700)
commit3f7d820bad6cace3ecb859bf3fa5bc56fe8bb1c6
tree619cdad538886cd655b04f5ba20d5dd32051fe14
parent10eb4667946068e34f0cde1485f030aa68c89275
net: ipv6: remove unused arg exact_dif in compute_score

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@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ipv6.h
net/ipv6/inet6_hashtables.c