Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346865
b: refs/heads/master
c: 5155040
h: refs/heads/master
i:
  346863: 035e1d4
v: v3
  • Loading branch information
Eric W. Biederman committed Dec 15, 2012
1 parent b352d43 commit 2d31afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aa6d054e5ce94720797ca260392a74dbced56412
refs/heads/master: 5155040ed349950e16c093ba8e65ad534994df2a
2 changes: 1 addition & 1 deletion trunk/kernel/user_namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ static int userns_install(struct nsproxy *nsproxy, void *ns)
if (user_ns == current_user_ns())
return -EINVAL;

/* Threaded many not enter a different user namespace */
/* Threaded processes may not enter a different user namespace */
if (atomic_read(&current->mm->mm_users) > 1)
return -EINVAL;

Expand Down

0 comments on commit 2d31afd

Please sign in to comment.