sunrpc: Use kuid_t and kgid_t where appropriate
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 2 Feb 2013 00:31:17 +0000 (16:31 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 13 Feb 2013 14:15:16 +0000 (06:15 -0800)
Convert variables that store uids and gids to be of type
kuid_t and kgid_t instead of type uid_t and gid_t.

Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>

No differences found