Quoting Eric W. Biederman (ebied...@xmission.com):
> 
> Signed-off-by: "Eric W. Biederman" <ebied...@xmission.com>

Acked-by: Serge Hallyn <serge.hal...@canonical.com>

> ---
>  kernel/user_namespace.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/kernel/user_namespace.c b/kernel/user_namespace.c
> index f5975cc..2b042c4 100644
> --- a/kernel/user_namespace.c
> +++ b/kernel/user_namespace.c
> @@ -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;
>  
> -- 
> 1.7.5.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to