From: Eric W. Biederman Date: Sat, 2 Feb 2013 14:24:49 +0000 (-0800) Subject: nfsd: Modify nfsd4_cb_sec to use kuids and kgids X-Git-Tag: v3.9-rc1~85^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03bc6d1cc1759e6b5959cacc02a19ef36e95e741;p=pandora-kernel.git nfsd: Modify nfsd4_cb_sec to use kuids and kgids Change uid and gid in struct nfsd4_cb_sec to be of type kuid_t and kgid_t. In nfsd4_decode_cb_sec when reading uids and gids off the wire convert them to kuids and kgids, and if they don't convert to valid kuids or valid kuids ignore RPC_AUTH_UNIX and don't fill in any of the fields. Cc: "J. Bruce Fields" Cc: Trond Myklebust Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed