From: Stephen Hemminger Date: Tue, 17 Jul 2007 01:35:52 +0000 (-0700) Subject: [TCP]: remove unused argument to cong_avoid op X-Git-Tag: v2.6.23-rc1~496^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16751347a060a10c09b11593bb179fd5b0240c04;p=pandora-kernel.git [TCP]: remove unused argument to cong_avoid op None of the existing TCP congestion controls use the rtt value pased in the ca_ops->cong_avoid interface. Which is lucky because seq_rtt could have been -1 when handling a duplicate ack. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed