From: Pavel Emelyanov Date: Thu, 17 Jul 2008 03:29:51 +0000 (-0700) Subject: tcp: replace tcp_sock argument with sock in some places X-Git-Tag: v2.6.27-rc1~969^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ed834655a0d42ecd80ff051e681e2ea44747b6c;p=pandora-kernel.git tcp: replace tcp_sock argument with sock in some places These places have a tcp_sock, but we'd prefer the sock itself to get net from it. Fortunately, tcp_sk macro is just a type cast, so this replace is really cheap. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed