Re: [PATCH 5/9] network namespaces: async socket operations

2006-09-23 Thread Andrey Savochkin
On Fri, Sep 22, 2006 at 05:33:56PM +0200, Daniel Lezcano wrote: > Andrey Savochkin wrote: > > Non-trivial part of socket namespaces: asynchronous events > > should be run in proper context. > > > > Signed-off-by: Andrey Savochkin <[EMAIL PROTECTED]> > > --- > > af_inet.c| 10 +++

Re: [PATCH 5/9] network namespaces: async socket operations

2006-09-22 Thread Daniel Lezcano
Andrey Savochkin wrote: Non-trivial part of socket namespaces: asynchronous events should be run in proper context. Signed-off-by: Andrey Savochkin <[EMAIL PROTECTED]> --- af_inet.c| 10 ++ inet_timewait_sock.c |8 tcp_timer.c |9 + 3 file

[PATCH 5/9] network namespaces: async socket operations

2006-08-16 Thread Andrey Savochkin
Non-trivial part of socket namespaces: asynchronous events should be run in proper context. Signed-off-by: Andrey Savochkin <[EMAIL PROTECTED]> --- af_inet.c| 10 ++ inet_timewait_sock.c |8 tcp_timer.c |9 + 3 files changed, 27 insertions(+