net: ipv4: remove unused arg exact_dif in compute_score
authorMiaohe Lin <linmiaohe@huawei.com>
Mon, 31 Aug 2020 06:26:34 +0000 (02:26 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 31 Aug 2020 20:08:29 +0000 (13:08 -0700)
commit34e1ec319e99322bfed02767d51f4998a961d205
treeaa179bb1c374b055657695200fa738b6bf490795
parent3f7d820bad6cace3ecb859bf3fa5bc56fe8bb1c6
net: ipv4: remove unused arg exact_dif in compute_score

The arg exact_dif is not used anymore, remove it. inet_exact_dif_match()
is no longer needed after the above is removed, so remove it too.

Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/inet_hashtables.c