From: Eric W. Biederman Date: Sat, 2 Feb 2013 11:54:35 +0000 (-0800) Subject: nfsd: idmap use u32 not uid_t as the intermediate type X-Git-Tag: v3.9-rc1~85^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5663898ec3fa7f1a58a9def9592be345bb173c2;p=pandora-kernel.git nfsd: idmap use u32 not uid_t as the intermediate type u32 and uid_t have the same size and semantics so this change should have no operational effect. This just removes the WTF factor when looking at variables that hold both uids and gids whos type is uid_t. Cc: "J. Bruce Fields" Cc: Trond Myklebust Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed