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

From: David Ahern
Date: Mon Aug 31 2020 - 16:20:18 EST


On 8/31/20 12:26 AM, Miaohe Lin wrote:
> 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@xxxxxxxxxx>
> ---
> include/net/tcp.h | 10 ----------
> net/ipv4/inet_hashtables.c | 6 ++----
> 2 files changed, 2 insertions(+), 14 deletions(-)
>

Reviewed-by: David Ahern <dsahern@xxxxxxxxx>