[RFC PATCH 2/4] namespace containers: move nsproxy setting code

Paul Menage menage at google.com
Mon Feb 12 15:25:12 PST 2007


On 2/12/07, Serge E. Hallyn <serue at us.ibm.com> wrote:
> From: "Serge E. Hallyn" <serue at us.ibm.com>
> Subject: [RFC PATCH 2/4] namespace containers: move nsproxy setting code
>
> Move nsproxy setting code from clone and unshare into container_clone.

Please can you keep the knowledge of nsproxy outside of the generic
container code? If there's some additional work required by a
subsystem when a container is cloned, we should have additional
callbacks.

But in this case, can't you just do the swap_nsproxies() in
ns_container_clone(), either before or after calling
container_clone()?

Paul



More information about the Containers mailing list