From: Denis V. Lunev Date: Thu, 3 Apr 2008 21:19:38 +0000 (-0700) Subject: [TCP]: Replace socket with sock for reset sending. X-Git-Tag: v2.6.26-rc1~1138^2~227 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14c0c8e8e0fb85e7a57e88606c009377746b39d9;p=pandora-kernel.git [TCP]: Replace socket with sock for reset sending. Replace tcp_socket with tcp_sock. This is more effective (less derefferences on fast paths). Additionally, the approach is unified to one used in ICMP. Signed-off-by: Denis V. Lunev Acked-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed