commit | 34e1ec319e99322bfed02767d51f4998a961d205 | [log] [tgz] |
---|---|---|
author | Miaohe Lin <linmiaohe@huawei.com> | Mon Aug 31 02:26:34 2020 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 31 13:08:29 2020 -0700 |
tree | aa179bb1c374b055657695200fa738b6bf490795 | |
parent | 3f7d820bad6cace3ecb859bf3fa5bc56fe8bb1c6 [diff] |
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>