From: KOVACS Krisztian Date: Mon, 20 Oct 2008 06:35:58 +0000 (-0700) Subject: tcp: Fix IPv6 fallout from 'Port redirection support for TCP' X-Git-Tag: v2.6.28-rc1~104^2~9 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd5070370c74c32b7a98090eabb46c53baf41733;p=pandora-kernel.git tcp: Fix IPv6 fallout from 'Port redirection support for TCP' 'tcp: Port redirection support for TCP' (a3116ac5c) added a new member to inet_request_sock() which inet_csk_clone() makes use of but failed to add proper initialization to the IPv6 syncookie code and missed a couple of places where the new member should be used instead of inet_sk(sk)->sport. Signed-off-by: KOVACS Krisztian Signed-off-by: David S. Miller --- Reading git-diff-tree failed