projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5e2a1b
)
mptcp: Remove unused declaration mptcp_sockopt_sync()
author
Yue Haibing
<yuehaibing@huawei.com>
Fri, 16 Aug 2024 10:04:04 +0000
(18:04 +0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Tue, 20 Aug 2024 00:49:00 +0000
(17:49 -0700)
Commit
a1ab24e5fc4a
("mptcp: consolidate sockopt synchronization")
removed the implementation but leave declaration.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Reviewed-by: Simon Horman <horms@kernel.org>
Link:
https://patch.msgid.link/20240816100404.879598-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mptcp/protocol.h
patch
|
blob
|
blame
|
history
diff --git
a/net/mptcp/protocol.h
b/net/mptcp/protocol.h
index 60c6b073d65fe5f21bc3b8a16d1df7ab7f41d2cb..08387140a646a8d745c520bc567471370b07250d 100644
(file)
--- a/
net/mptcp/protocol.h
+++ b/
net/mptcp/protocol.h
@@
-1154,7
+1154,6
@@
static inline void mptcp_pm_close_subflow(struct mptcp_sock *msk)
spin_unlock_bh(&msk->pm.lock);
}
-void mptcp_sockopt_sync(struct mptcp_sock *msk, struct sock *ssk);
void mptcp_sockopt_sync_locked(struct mptcp_sock *msk, struct sock *ssk);
static inline struct mptcp_ext *mptcp_get_ext(const struct sk_buff *skb)