]> Pileus Git - ~andy/linux/commit
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)
commit7eaf040b720bc8c0ce5cd49151ca194ca2d56842
tree85ea36dccdad8fed0da5e4e0277ecc3d47dc142b
parentbf37f794372d5b8fda66702e1f3e70d4f07b6533
sunrpc: Use kuid_t and kgid_t where appropriate

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>
include/linux/sunrpc/auth.h
include/linux/sunrpc/svcauth.h
net/sunrpc/auth_gss/auth_gss.c
net/sunrpc/auth_unix.c
net/sunrpc/svcauth_unix.c