linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] mptcp: Remove unused inline function mptcp_rcv_synsent()
@ 2020-07-15  2:36 YueHaibing
  2020-07-15 13:34 ` Paolo Abeni
  2020-07-15 14:45 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: YueHaibing @ 2020-07-15  2:36 UTC (permalink / raw)
  To: mathew.j.martineau, matthieu.baerts, davem, kuba, pabeni
  Cc: netdev, mptcp, linux-kernel, YueHaibing

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(-)

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)
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] mptcp: Remove unused inline function mptcp_rcv_synsent()
  2020-07-15  2:36 [PATCH net-next] mptcp: Remove unused inline function mptcp_rcv_synsent() YueHaibing
@ 2020-07-15 13:34 ` Paolo Abeni
  2020-07-15 14:45 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Paolo Abeni @ 2020-07-15 13:34 UTC (permalink / raw)
  To: YueHaibing, mathew.j.martineau, matthieu.baerts, davem, kuba
  Cc: netdev, mptcp, linux-kernel

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] mptcp: Remove unused inline function mptcp_rcv_synsent()
  2020-07-15  2:36 [PATCH net-next] mptcp: Remove unused inline function mptcp_rcv_synsent() YueHaibing
  2020-07-15 13:34 ` Paolo Abeni
@ 2020-07-15 14:45 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2020-07-15 14:45 UTC (permalink / raw)
  To: yuehaibing
  Cc: mathew.j.martineau, matthieu.baerts, kuba, pabeni, netdev, mptcp,
	linux-kernel

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-15 14:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15  2:36 [PATCH net-next] mptcp: Remove unused inline function mptcp_rcv_synsent() YueHaibing
2020-07-15 13:34 ` Paolo Abeni
2020-07-15 14:45 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).