From: Denis V. Lunev Date: Fri, 29 Feb 2008 19:43:03 +0000 (-0800) Subject: [INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack. X-Git-Tag: v2.6.26-rc1~1138^2~534 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd80eb942ad9761f241c9b287b3b9a342b20690d;p=pandora-kernel.git [INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack. It looks like dst parameter is used in this API due to historical reasons. Actually, it is really used in the direct call to tcp_v4_send_synack only. So, create a wrapper for tcp_v4_send_synack and remove dst from rtx_syn_ack. Signed-off-by: Denis V. Lunev Signed-off-by: David S. Miller --- Reading git-diff-tree failed