diff options
author | Pavel <xemul@openvz.org> | 2006-10-02 02:18:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-02 07:57:22 -0700 |
commit | 5d124e99c2fee1c8f3020ecb0dff8d5617ee7991 (patch) | |
tree | 63a0226278175a8d30d7ff5803421cafea2b2813 /ipc | |
parent | fcfbd547b1209aae9d880fe5db33464413925cc8 (diff) | |
download | linux-3.10-5d124e99c2fee1c8f3020ecb0dff8d5617ee7991.tar.gz linux-3.10-5d124e99c2fee1c8f3020ecb0dff8d5617ee7991.tar.bz2 linux-3.10-5d124e99c2fee1c8f3020ecb0dff8d5617ee7991.zip |
[PATCH] nsproxy cloning error path fix
This patch fixes copy_namespaces()'s error path.
when new nsproxy (new_ns) is created pointers to namespaces (ipc, uts) are
copied from the old nsproxy. Later in copy_utsname, copy_ipcs, etc.
according namespaces are get-ed. On error path needed namespaces are
put-ed, so there's no need to put new nsproxy itelf as it woud cause
putting namespaces for the second time.
Found when incorporating namespaces into OpenVZ kernel.
Signed-off-by: Pavel Emelianov <xemul@openvz.org>
Acked-by: Serge Hallyn <serue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions