Re: [PATCH 1/1] introduce user_ns inheritance in user-sched

From: Serge E. Hallyn
Date: Thu Mar 19 2009 - 20:23:38 EST


Quoting Matt Helsley (matthltc@xxxxxxxxxx):
> Shouldn't this put_user_ns(new->user_ns) be removed? It looks like two
> references to new->user_ns are being dropped if anything fails
> after sched_create_user(new) succeeds yet as far as I can tell the
> patch does not introduce any new references to new->user_ns.
>
> Otherwise looks good to me.

Here is the new version. Thanks again.