[Devel] Re: [RFC 1/5] user namespaces: Add a user_namespace as creator/owner of uts_namespace
Alexey Dobriyan
adobriyan at gmail.com
Fri Dec 17 07:56:51 PST 2010
On Fri, Dec 17, 2010 at 5:24 PM, Serge E. Hallyn <serge at hallyn.com> wrote:
> +/*
> + * userns count is 1 for root user, 1 for init_uts_ns,
> + * and 1 for... ?
> + */
> struct user_namespace init_user_ns = {
> .kref = {
> - .refcount = ATOMIC_INIT(2),
> + .refcount = ATOMIC_INIT(3),
+1 is for init_nsproxy ;-)
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list