* [PATCH net-next] tcp: Remove dead sysctl_tcp_cookie_size declaration
@ 2013-04-02 17:13 Neal Cardwell
2013-04-02 18:25 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Neal Cardwell @ 2013-04-02 17:13 UTC (permalink / raw)
To: David Miller; +Cc: edumazet, ycheng, christoph.paasch, netdev, Neal Cardwell
Remove a declaration left over from the TCPCT-ectomy. This sysctl is
no longer referenced anywhere since 1a2c6181c4 ("tcp: Remove TCPCT").
Signed-off-by: Neal Cardwell <ncardwell@google.com>
---
include/net/tcp.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/net/tcp.h b/include/net/tcp.h
index d1dcb59..4475aaf 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -282,7 +282,6 @@ extern int sysctl_tcp_base_mss;
extern int sysctl_tcp_workaround_signed_windows;
extern int sysctl_tcp_slow_start_after_idle;
extern int sysctl_tcp_max_ssthresh;
-extern int sysctl_tcp_cookie_size;
extern int sysctl_tcp_thin_linear_timeouts;
extern int sysctl_tcp_thin_dupack;
extern int sysctl_tcp_early_retrans;
--
1.8.1.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net-next] tcp: Remove dead sysctl_tcp_cookie_size declaration
2013-04-02 17:13 [PATCH net-next] tcp: Remove dead sysctl_tcp_cookie_size declaration Neal Cardwell
@ 2013-04-02 18:25 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-04-02 18:25 UTC (permalink / raw)
To: ncardwell; +Cc: edumazet, ycheng, christoph.paasch, netdev
From: Neal Cardwell <ncardwell@google.com>
Date: Tue, 2 Apr 2013 13:13:07 -0400
> Remove a declaration left over from the TCPCT-ectomy. This sysctl is
> no longer referenced anywhere since 1a2c6181c4 ("tcp: Remove TCPCT").
>
> Signed-off-by: Neal Cardwell <ncardwell@google.com>
Applied, thanks Neal.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-02 18:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 17:13 [PATCH net-next] tcp: Remove dead sysctl_tcp_cookie_size declaration Neal Cardwell
2013-04-02 18:25 ` 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).