userns: Convert sched_set_affinity and sched_set_scheduler's permission checks
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 3 Feb 2012 02:54:02 +0000 (18:54 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 3 May 2012 10:28:39 +0000 (03:28 -0700)
- Compare kuids with uid_eq
- kuid are uniuqe across all user namespaces so there is no longer the
  need for a user_namespace comparison.

Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>

No differences found