fs: don't forget to put old mntns in mntns_install
Fixes: 4f757f3cbf
("make sure that mntns_install() doesn't end up with referral for root")
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrei Vagin <avagin@openvz.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
81be24d263
commit
4068367c9c
|
@ -3488,6 +3488,8 @@ static int mntns_install(struct nsproxy *nsproxy, struct ns_common *ns)
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
put_mnt_ns(old_mnt_ns);
|
||||||
|
|
||||||
/* Update the pwd and root */
|
/* Update the pwd and root */
|
||||||
set_fs_pwd(fs, &root);
|
set_fs_pwd(fs, &root);
|
||||||
set_fs_root(fs, &root);
|
set_fs_root(fs, &root);
|
||||||
|
|
Loading…
Reference in New Issue