diff options
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | 2007-08-09 14:33:18 +0300 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 16:47:55 -0700 |
commit | b5860bbac7be1381626f3dc8a0cb970a60fcefb4 (patch) | |
tree | 53034429084f92fdb55c062498e1f4255be9bd4a /net/ipv4/tcp_minisocks.c | |
parent | 35e8694198ba94b62df8aa35fa6e52a1cfb86df2 (diff) | |
download | linux-3.10-b5860bbac7be1381626f3dc8a0cb970a60fcefb4.tar.gz linux-3.10-b5860bbac7be1381626f3dc8a0cb970a60fcefb4.tar.bz2 linux-3.10-b5860bbac7be1381626f3dc8a0cb970a60fcefb4.zip |
[TCP]: Tighten tcp_sock's belt, drop left_out
It is easily calculable when needed and user are not that many
after all.
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_minisocks.c')
-rw-r--r-- | net/ipv4/tcp_minisocks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/tcp_minisocks.c b/net/ipv4/tcp_minisocks.c index 36a8fbd0e64..fdfe89fe646 100644 --- a/net/ipv4/tcp_minisocks.c +++ b/net/ipv4/tcp_minisocks.c @@ -405,7 +405,6 @@ struct sock *tcp_create_openreq_child(struct sock *sk, struct request_sock *req, newicsk->icsk_rto = TCP_TIMEOUT_INIT; newtp->packets_out = 0; - newtp->left_out = 0; newtp->retrans_out = 0; newtp->sacked_out = 0; newtp->fackets_out = 0; |