Re: [PATCH net-next] mptcp: Remove unused inline function mptcp_rcv_synsent()

2020-07-15 Thread David Miller
From: YueHaibing Date: Wed, 15 Jul 2020 10:36:13 +0800 > commit 263e1201a2c3 ("mptcp: consolidate synack processing.") > left behind this, remove it. > > Signed-off-by: YueHaibing Applied.

Re: [PATCH net-next] mptcp: Remove unused inline function mptcp_rcv_synsent()

2020-07-15 Thread Paolo Abeni
On Wed, 2020-07-15 at 10:36 +0800, YueHaibing wrote: > commit 263e1201a2c3 ("mptcp: consolidate synack processing.") > left behind this, remove it. > > Signed-off-by: YueHaibing Acked-by: Paolo Abeni Thank you for the clean-up! /P

[PATCH net-next] mptcp: Remove unused inline function mptcp_rcv_synsent()

2020-07-14 Thread YueHaibing
commit 263e1201a2c3 ("mptcp: consolidate synack processing.") left behind this, remove it. Signed-off-by: YueHaibing --- include/net/mptcp.h | 4 1 file changed, 4 deletions(-) diff --git a/include/net/mptcp.h b/include/net/mptcp.h index 46d0487d2b22..02158c257bd4 100644 --- a/include/net/