From: Pavel Emelyanov Date: Thu, 15 Nov 2007 00:01:43 +0000 (-0800) Subject: [NET]: Use sockfd_lookup_light in the rest of the net/socket.c X-Git-Tag: v2.6.25-rc1~1162^2~1427 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de0fa95c14bc4d4b545fae26439371ebfdcb8534;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed