]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit27d427f0055453ec4e2751ba82e795b837d90dff
tree45c09bcdabbde693d8b4acfe170a9f0e5c02bca4
parent9635132090169a7d63adfd29e3ac7721abb79ed9
[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