commit | de0fa95c14bc4d4b545fae26439371ebfdcb8534 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Wed Nov 14 16:01:43 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 14:54:00 2008 -0800 |
tree | 46d2f8c094f9e472545d68addcd7ee947fa82707 | |
parent | 62013dbb8418eb7231c1577d238cf2e76b7696b0 [diff] |
[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>