]> git.baikalelectronics.ru Git - kernel.git/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)
commitf8242f335ec89d9231af58b1635088da45582f01
tree85ea36dccdad8fed0da5e4e0277ecc3d47dc142b
parent2a8b64a7775d6e92b0c1c6741b54916de6a73b25
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