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

2020-08-31 Thread David Ahern
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 > --- > include/net/tcp.h | 10 -- > net/ipv4/inet_hashtables.c |

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

2020-08-31 Thread David Miller
From: Miaohe Lin Date: Mon, 31 Aug 2020 02:26:34 -0400 > 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 Applied to net-next.

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

2020-08-30 Thread Miaohe Lin
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 --- include/net/tcp.h | 10 -- net/ipv4/inet_hashtables.c | 6 ++ 2 files changed, 2 insertions(+), 14 deleti