[TCP] Vegas: Remove extra call to tcp_vegas_rtt_calc
authorThomas Young <tyo@ee.mu.oz.au>
Wed, 7 Dec 2005 00:17:11 +0000 (16:17 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Dec 2005 00:17:11 +0000 (16:17 -0800)
commit0d7bef600acab393898bd5553e167496587da3e1
treeeef994f627b324e0e774a6ba2a5537b35e46c819
parent5b4956138173cb8b58d83d3173360e8e681a2b66
[TCP] Vegas: Remove extra call to tcp_vegas_rtt_calc

Remove unneeded call to tcp_vegas_rtt_calc. The more accurate
microsecond value has already been registered prior to calling
tcp_vegas_cong_avoid.

Signed-off-by: Thomas Young <tyo@ee.mu.oz.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_vegas.c