Re: [PATCH 06/16] net: Add a network namespace parameter to struct sock

2007-09-12 Thread David Miller
From: [EMAIL PROTECTED] (Eric W. Biederman) Date: Sat, 08 Sep 2007 15:21:37 -0600 Sockets need to get a reference to their network namespace, or possibly a simple hold if someone registers on the network namespace notifier and will free the sockets when the namespace is going to be

[PATCH 06/16] net: Add a network namespace parameter to struct sock

2007-09-08 Thread Eric W. Biederman
Sockets need to get a reference to their network namespace, or possibly a simple hold if someone registers on the network namespace notifier and will free the sockets when the namespace is going to be destroyed. Signed-off-by: Eric W. Biederman [EMAIL PROTECTED] ---