Re: [PATCH net-next 4/9] sctp: Make the address lists per network namespace

2012-08-14 Thread Vlad Yasevich
On 08/06/2012 02:42 PM, Eric W. Biederman wrote: - Move the address lists into struct net - Add per network namespace initialization and cleanup - Pass around struct net so it is everywhere I need it. - Rename all of the global variable references into references to the variables moved into

Re: [PATCH net-next 4/9] sctp: Make the address lists per network namespace

2012-08-14 Thread Vlad Yasevich
On 08/06/2012 02:42 PM, Eric W. Biederman wrote: - Move the address lists into struct net - Add per network namespace initialization and cleanup - Pass around struct net so it is everywhere I need it. - Rename all of the global variable references into references to the variables moved into

[PATCH net-next 4/9] sctp: Make the address lists per network namespace

2012-08-06 Thread Eric W. Biederman
- Move the address lists into struct net - Add per network namespace initialization and cleanup - Pass around struct net so it is everywhere I need it. - Rename all of the global variable references into references to the variables moved into struct net Signed-off-by: "Eric W. Biederman" ---

[PATCH net-next 4/9] sctp: Make the address lists per network namespace

2012-08-06 Thread Eric W. Biederman
- Move the address lists into struct net - Add per network namespace initialization and cleanup - Pass around struct net so it is everywhere I need it. - Rename all of the global variable references into references to the variables moved into struct net Signed-off-by: Eric W. Biederman