diff options
author | Jeremy Erickson <jerickso@cs.unc.edu> | 2014-04-11 13:24:45 -0400 |
---|---|---|
committer | Jeremy Erickson <jerickso@cs.unc.edu> | 2014-04-11 13:24:45 -0400 |
commit | 438145c7ef5c9445f25bb8fc4d52e2c9d11fdc7c (patch) | |
tree | 76941991e36f4a32bf1be0db3854959053f24619 /kernel/user.c | |
parent | 9ddd1b8ad8abd321964b8add5581910de6d67c2a (diff) |
Update from 2.6.36 to 2.6.36.4wip-dissipation-jerickso
Diffstat (limited to 'kernel/user.c')
-rw-r--r-- | kernel/user.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/user.c b/kernel/user.c index 7e72614b736d..8ce395f74d47 100644 --- a/kernel/user.c +++ b/kernel/user.c | |||
@@ -157,6 +157,7 @@ struct user_struct *alloc_uid(struct user_namespace *ns, uid_t uid) | |||
157 | spin_lock_irq(&uidhash_lock); | 157 | spin_lock_irq(&uidhash_lock); |
158 | up = uid_hash_find(uid, hashent); | 158 | up = uid_hash_find(uid, hashent); |
159 | if (up) { | 159 | if (up) { |
160 | put_user_ns(ns); | ||
160 | key_put(new->uid_keyring); | 161 | key_put(new->uid_keyring); |
161 | key_put(new->session_keyring); | 162 | key_put(new->session_keyring); |
162 | kmem_cache_free(uid_cachep, new); | 163 | kmem_cache_free(uid_cachep, new); |