aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/minisocks.c
diff options
context:
space:
mode:
authorMaciej Żenczykowski <maze@google.com>2018-06-05 03:07:23 -0700
committerDavid S. Miller <davem@davemloft.net>2018-06-05 10:45:24 -0400
commit95358a9553fbec6c47ad7bd1aec20df663295088 (patch)
tree6cce7d3ba33d881def3bf764de07078e0f3dfa9c /net/dccp/minisocks.c
parentnet: sched: cls: Fix offloading when ingress dev is vxlan (diff)
downloadlinux-dev-95358a9553fbec6c47ad7bd1aec20df663295088.tar.xz
linux-dev-95358a9553fbec6c47ad7bd1aec20df663295088.zip
net-tcp: remove useless tw_timeout field
Tested: 'git grep tw_timeout' comes up empty and it builds :-) Signed-off-by: Maciej Żenczykowski <maze@google.com> Cc: Eric Dumazet <edumazet@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/minisocks.c')
-rw-r--r--net/dccp/minisocks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/dccp/minisocks.c b/net/dccp/minisocks.c
index 37ccbe62eb1a..ba6fc3c1186b 100644
--- a/net/dccp/minisocks.c
+++ b/net/dccp/minisocks.c
@@ -53,7 +53,6 @@ void dccp_time_wait(struct sock *sk, int state, int timeo)
if (timeo < rto)
timeo = rto;
- tw->tw_timeout = DCCP_TIMEWAIT_LEN;
if (state == DCCP_TIME_WAIT)
timeo = DCCP_TIMEWAIT_LEN;