Re: [PATCH] Merge sys_clone()/sys_unshare() nsproxy and namespace handling

2007-03-01 Thread Serge E. Hallyn
Quoting Badari Pulavarty ([EMAIL PROTECTED]): > Hi, > > sys_clone() and sys_clone() both makes copies of nsproxy > and its associated namespaces. But they have different > code paths. > > This patch merges all the nsproxy and its associated > namespace copy/clone handling (as much as possible).

[PATCH] Merge sys_clone()/sys_unshare() nsproxy and namespace handling

2007-03-01 Thread Badari Pulavarty
Hi, sys_clone() and sys_clone() both makes copies of nsproxy and its associated namespaces. But they have different code paths. This patch merges all the nsproxy and its associated namespace copy/clone handling (as much as possible). Posted on container list earlier for feedback. Ran LTP and un