projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
054848d
)
mptcp: Remove unused inline function mptcp_rcv_synsent()
author
YueHaibing
<yuehaibing@huawei.com>
Wed, 15 Jul 2020 02:36:13 +0000
(10:36 +0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 15 Jul 2020 14:45:24 +0000
(07:45 -0700)
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>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/mptcp.h
patch
|
blob
|
history
diff --git
a/include/net/mptcp.h
b/include/net/mptcp.h
index
46d0487
..
02158c2
100644
(file)
--- 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)