From: Neal Cardwell Date: Thu, 28 Jun 2012 12:34:19 +0000 (+0000) Subject: tcp: pass fl6 to inet6_csk_route_req() X-Git-Tag: v3.6-rc1~125^2~352 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3840a06e6046aaee95f33a120499d2dc8c054b9d;p=pandora-kernel.git tcp: pass fl6 to inet6_csk_route_req() This commit changes inet_csk_route_req() so that it uses a pointer to a struct flowi6, rather than allocating its own on the stack. This brings its behavior in line with its IPv4 cousin, inet_csk_route_req(), and allows a follow-on patch to fix a dst leak. Signed-off-by: Neal Cardwell Signed-off-by: David S. Miller --- Reading git-diff-tree failed