[TCP]: Remove local variable and use packets_in_flight directly
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Sat, 1 Dec 2007 22:48:01 +0000 (00:48 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:55:43 +0000 (14:55 -0800)
commitd67c58e9ae80ea577785111534e49d3ca757ec50
tree45c09bcdabbde693d8b4acfe170a9f0e5c02bca4
parent50c4817e9919132639be0adc387b509e04a9ed0a
[TCP]: Remove local variable and use packets_in_flight directly

Lines won't be that long and it's compiler's job to optimize
them.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_output.c