projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf08824
)
tcp: Remove the unused api
author
Tao Chen
<chentao3@hotmail.com>
Tue, 1 Mar 2022 14:35:42 +0000
(06:35 -0800)
committer
Jakub Kicinski
<kuba@kernel.org>
Thu, 3 Mar 2022 06:45:09 +0000
(22:45 -0800)
Last tcp_write_queue_head() use was removed in commit
114f39feab36
("tcp: restore autocorking"), so remove it.
Signed-off-by: Tao Chen <chentao3@hotmail.com>
Link:
https://lore.kernel.org/r/SYZP282MB33317DEE1253B37C0F57231E86029@SYZP282MB3331.AUSP282.PROD.OUTLOOK.COM
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/tcp.h
patch
|
blob
|
history
diff --git
a/include/net/tcp.h
b/include/net/tcp.h
index
479a277
..
d486d7b
100644
(file)
--- a/
include/net/tcp.h
+++ b/
include/net/tcp.h
@@
-1831,11
+1831,6
@@
static inline struct sk_buff *tcp_rtx_queue_tail(const struct sock *sk)
return skb_rb_last(&sk->tcp_rtx_queue);
}
-static inline struct sk_buff *tcp_write_queue_head(const struct sock *sk)
-{
- return skb_peek(&sk->sk_write_queue);
-}
-
static inline struct sk_buff *tcp_write_queue_tail(const struct sock *sk)
{
return skb_peek_tail(&sk->sk_write_queue);