diff mbox series

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

Message ID 20200715023613.9492-1-yuehaibing@huawei.com
State Deferred, archived
Delegated to: Paolo Abeni
Headers show
Series [net-next] mptcp: Remove unused inline function mptcp_rcv_synsent() | expand

Commit Message

Yue Haibing July 15, 2020, 2:36 a.m. UTC
commit 263e1201a2c3 ("mptcp: consolidate synack processing.")
left behind this, remove it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 include/net/mptcp.h | 4 ----
 1 file changed, 4 deletions(-)

Comments

Paolo Abeni July 15, 2020, 1:34 p.m. UTC | #1
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 <yuehaibing@huawei.com>

Acked-by: Paolo Abeni <pabeni@redhat.com>

Thank you for the clean-up!

/P
David Miller July 15, 2020, 2:45 p.m. UTC | #2
From: YueHaibing <yuehaibing@huawei.com>
Date: Wed, 15 Jul 2020 10:36:13 +0800

> commit 263e1201a2c3 ("mptcp: consolidate synack processing.")
> left behind this, remove it.
> 
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>

Applied.
diff mbox series

Patch

diff --git a/include/net/mptcp.h b/include/net/mptcp.h
index 46d0487d2b22..02158c257bd4 100644
--- a/include/net/mptcp.h
+++ b/include/net/mptcp.h
@@ -164,10 +164,6 @@  static inline bool mptcp_syn_options(struct sock *sk, const struct sk_buff *skb,
 	return false;
 }
 
-static inline void mptcp_rcv_synsent(struct sock *sk)
-{
-}
-
 static inline bool mptcp_synack_options(const struct request_sock *req,
 					unsigned int *size,
 					struct mptcp_out_options *opts)