Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64635
b: refs/heads/master
c: 99db67b
h: refs/heads/master
i:
  64633: c4e1af9
  64631: 4f35512
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Aug 31, 2007
1 parent 26f7725 commit 453a51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 59845b1ffd9121e5ef474ea5f27405fd7a83c85b
refs/heads/master: 99db67bc04af0f2e8cb710ac92aaeb9af135a7c6
1 change: 1 addition & 0 deletions trunk/kernel/user_namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ void free_user_ns(struct kref *kref)
struct user_namespace *ns;

ns = container_of(kref, struct user_namespace, kref);
free_uid(ns->root_user);
kfree(ns);
}

Expand Down

0 comments on commit 453a51b

Please sign in to comment.