userns: Convert setting and getting uid and gid system calls to use kuid and kgid
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 8 Feb 2012 02:51:01 +0000 (18:51 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 3 May 2012 10:28:41 +0000 (03:28 -0700)
Convert setregid, setgid, setreuid, setuid,
setresuid, getresuid, setresgid, getresgid, setfsuid, setfsgid,
getuid, geteuid, getgid, getegid,
waitpid, waitid, wait4.

Convert userspace uids and gids into kuids and kgids before
being placed on struct cred.  Convert struct cred kuids and
kgids into userspace uids and gids when returning them.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>

No differences found