From: Vijay Subramanian Date: Fri, 13 Apr 2012 13:23:59 +0000 (+0000) Subject: tcp: Remove redundant code entering quickack mode X-Git-Tag: v3.5-rc1~109^2~458 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8cb05b238e0edfd7c63f496d9ce3e238ea68a16;p=pandora-kernel.git tcp: Remove redundant code entering quickack mode tcp_enter_quickack_mode() already calls tcp_incr_quickack() and sets icsk->icsk_ack.ato to TCP_ATO_MIN. This patch removes the duplication. Signed-off-by: Vijay Subramanian Reviewed-by: Flavio Leitner Signed-off-by: David S. Miller --- Reading git-diff-tree failed