From: Arnaldo Carvalho de Melo Date: Tue, 21 Mar 2006 05:23:59 +0000 (-0800) Subject: [DCCP]: Dont use dccp_v4_checksum in dccp_make_response X-Git-Tag: v2.6.17-rc1~1175^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a1ec676ddbee712e1c1da679be4bdc529caf215;p=pandora-kernel.git [DCCP]: Dont use dccp_v4_checksum in dccp_make_response dccp_make_response is shared by ipv4/6 and the ipv6 code was recalculating the checksum, not good, so move the dccp_v4_checksum call to dccp_v4_send_response. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed