From: Satoru SATOH Date: Mon, 4 May 2009 18:11:01 +0000 (-0700) Subject: tcp: Fix tcp_prequeue() to get correct rto_min value X-Git-Tag: v2.6.30-rc5~39^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c266898b42fe4e4e2f9edfc9d3474c10f93aa6a;p=pandora-kernel.git tcp: Fix tcp_prequeue() to get correct rto_min value tcp_prequeue() refers to the constant value (TCP_RTO_MIN) regardless of the actual value might be tuned. The following patches fix this and make tcp_prequeue get the actual value returns from tcp_rto_min(). Signed-off-by: Satoru SATOH Signed-off-by: David S. Miller --- Reading git-diff-tree failed