diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/user_namespace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/user_namespace.c b/kernel/user_namespace.c index 076c7c8215b0..b2d70d38dff4 100644 --- a/kernel/user_namespace.c +++ b/kernel/user_namespace.c | |||
@@ -54,8 +54,8 @@ int create_user_ns(struct cred *new) | |||
54 | #endif | 54 | #endif |
55 | /* tgcred will be cleared in our caller bc CLONE_THREAD won't be set */ | 55 | /* tgcred will be cleared in our caller bc CLONE_THREAD won't be set */ |
56 | 56 | ||
57 | /* alloc_uid() incremented the userns refcount. Just set it to 1 */ | 57 | /* root_user holds a reference to ns, our reference can be dropped */ |
58 | kref_set(&ns->kref, 1); | 58 | put_user_ns(ns); |
59 | 59 | ||
60 | return 0; | 60 | return 0; |
61 | } | 61 | } |