提交 99db67bc 编写于 作者: A Alexey Dobriyan 提交者: Linus Torvalds
上级 59845b1f
...@@ -81,6 +81,7 @@ void free_user_ns(struct kref *kref) ...@@ -81,6 +81,7 @@ void free_user_ns(struct kref *kref)
struct user_namespace *ns; struct user_namespace *ns;
ns = container_of(kref, struct user_namespace, kref); ns = container_of(kref, struct user_namespace, kref);
free_uid(ns->root_user);
kfree(ns); kfree(ns);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册