[NET]: Move the sock_copy() from the header
authorPavel Emelyanov <xemul@openvz.org>
Thu, 1 Nov 2007 07:29:45 +0000 (00:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Nov 2007 07:29:45 +0000 (00:29 -0700)
commitf1a6c4da14c365d3ee0b5de43a93f7470982637c
tree929b046ef28e1600cf08667459bd8c9a86069dc9
parent261ab365fadd53ddc1b292b1663800e11fbf3e71
[NET]: Move the sock_copy() from the header

The sock_copy() call is not used outside the sock.c file,
so just move it into a sock.c

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h
net/core/sock.c