From: Stanislav Fomichev Date: Wed, 12 Feb 2014 13:35:21 +0000 (+0400) Subject: tcp: remove unused min_cwnd member of tcp_congestion_ops X-Git-Tag: v3.15-rc1~113^2~358 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45f7435968363816f8fc4c6abef692808534140d;p=pandora-kernel.git tcp: remove unused min_cwnd member of tcp_congestion_ops Commit 684bad110757 "tcp: use PRR to reduce cwin in CWR state" removed all calls to min_cwnd, so we can safely remove it. Also, remove tcp_reno_min_cwnd because it was only used for min_cwnd. Signed-off-by: Stanislav Fomichev Acked-by: Yuchung Cheng Signed-off-by: David S. Miller --- Reading git-diff-tree failed