projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bc65a2
)
tcp: remove stale sysctl_tcp_reordering
author
Eric Dumazet
<edumazet@google.com>
Fri, 27 Oct 2017 04:55:05 +0000
(21:55 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 27 Oct 2017 07:35:43 +0000
(16:35 +0900)
This extern is no longer used.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
patch
|
blob
|
history
diff --git
a/include/net/tcp.h
b/include/net/tcp.h
index e7b15e9f6e288908bf58a28fe24554630c1e0710..fc134ba74c7d38d08304b5be36506946784538f2 100644
(file)
--- a/
include/net/tcp.h
+++ b/
include/net/tcp.h
@@
-244,7
+244,6
@@
void tcp_time_wait(struct sock *sk, int state, int timeo);
/* sysctl variables for tcp */
extern int sysctl_tcp_max_orphans;
-extern int sysctl_tcp_reordering;
extern int sysctl_tcp_max_reordering;
extern int sysctl_tcp_dsack;
extern long sysctl_tcp_mem[3];