On 02/17/2011 04:03 PM, Serge E. Hallyn wrote: > Changelog: > Feb 15: Don't set new ipc->user_ns if we didn't create a new > ipc_ns. > > Signed-off-by: Serge E. Hallyn<[email protected]> > ---
Acked-by: Daniel Lezcano <[email protected]> [ ... ] > + ns->user_ns = old_ns->user_ns; > + get_user_ns(ns->user_ns); A mindless change. ns->user_ns = get_user_ns(old_ns->user_ns); _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
