Re: [PATCH 7/9] add a user namespace owner of ipc ns

From: Daniel Lezcano
Date: Sat Feb 19 2011 - 12:57:44 EST


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<serge.hallyn@xxxxxxxxxxxxx>
---

Acked-by: Daniel Lezcano <daniel.lezcano@xxxxxxx>


[ ... ]

+ 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);


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/