[NET]: Use sockfd_lookup_light in the rest of the net/socket.c
authorPavel Emelyanov <xemul@openvz.org>
Thu, 15 Nov 2007 00:01:43 +0000 (16:01 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:54:00 +0000 (14:54 -0800)
commitde0fa95c14bc4d4b545fae26439371ebfdcb8534
tree46d2f8c094f9e472545d68addcd7ee947fa82707
parent62013dbb8418eb7231c1577d238cf2e76b7696b0
[NET]: Use sockfd_lookup_light in the rest of the net/socket.c

Some time ago a sockfd_lookup_light was introduced and
most of the socket.c file was patched to use it. However
two routines were left - sys_sendto and sys_recvfrom.

Patch them as well, since this helper does exactly what
these two need.

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