From: Christoph Paasch Date: Sun, 18 Aug 2013 15:34:38 +0000 (+0200) Subject: tcp: trivial: Remove nocache argument from tcp_v4_send_synack X-Git-Tag: v3.12-rc1~132^2~254 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=397b41746333ad386d91d23ea0f79481320dcdcc;p=pandora-kernel.git tcp: trivial: Remove nocache argument from tcp_v4_send_synack The nocache-argument was used in tcp_v4_send_synack as an argument to inet_csk_route_req. However, since ba3f7f04ef2b (ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.) this is no more used. This patch removes the unsued argument from tcp_v4_send_synack. Signed-off-by: Christoph Paasch Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed