Re: [PATCH] Use sockfd_lookup_light in the rest of the net/socket.c

2007-11-14 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Wed, 14 Nov 2007 19:42:18 +0300 > 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 doe

Re: [PATCH] Use sockfd_lookup_light in the rest of the net/socket.c

2007-11-14 Thread Simon Horman
On Wed, Nov 14, 2007 at 07:42:18PM +0300, Pavel Emelyanov wrote: > 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 >

[PATCH] Use sockfd_lookup_light in the rest of the net/socket.c

2007-11-14 Thread Pavel Emelyanov
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 <[EMAIL PROTECTED]> --- di