From: Eric W. Biederman Date: Sat, 2 Feb 2013 08:25:43 +0000 (-0800) Subject: sunrpc: Update gss uid to security context mapping. X-Git-Tag: v3.9-rc1~85^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90602c7b192fdd3e6b7c7623479f4bc86ed7ee34;p=pandora-kernel.git sunrpc: Update gss uid to security context mapping. - Use from_kuid when generating the on the wire uid values. - Use make_kuid when reading on the wire values. In gss_encode_v0_msg, since the uid in gss_upcall_msg is now a kuid_t generate the necessary uid_t value on the stack copy it into gss_msg->databuf where it can safely live until the message is no longer needed. Cc: "J. Bruce Fields" Cc: Trond Myklebust Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed