提交 4068367c 编写于 作者: A Andrei Vagin 提交者: Al Viro

fs: don't forget to put old mntns in mntns_install

Fixes: 4f757f3c ("make sure that mntns_install() doesn't end up with referral for root")
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NAndrei Vagin <avagin@openvz.org>
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 81be24d2
...@@ -3488,6 +3488,8 @@ static int mntns_install(struct nsproxy *nsproxy, struct ns_common *ns) ...@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册