Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223692
b: refs/heads/master
c: 4ef9e11
h: refs/heads/master
v: v3
  • Loading branch information
Hillf Danton authored and Linus Torvalds committed Dec 29, 2010
1 parent c091cd5 commit 66af3e2
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: 387c31c7e5c9805b0aef8833d1731a5fe7bdea14
refs/heads/master: 4ef9e11d6867f88951e30db910fa015300e31871
1 change: 1 addition & 0 deletions trunk/kernel/user.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ struct user_struct *alloc_uid(struct user_namespace *ns, uid_t uid)
spin_lock_irq(&uidhash_lock);
up = uid_hash_find(uid, hashent);
if (up) {
put_user_ns(ns);
key_put(new->uid_keyring);
key_put(new->session_keyring);
kmem_cache_free(uid_cachep, new);
Expand Down

0 comments on commit 66af3e2

Please sign in to comment.