commit | b5663898ec3fa7f1a58a9def9592be345bb173c2 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Sat Feb 02 03:54:35 2013 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Wed Feb 13 06:15:37 2013 -0800 |
tree | 2de3561dadf97fe79e7d294af9f79548c77cfbc6 | |
parent | 6c1810e040d87fcd8fc95aedfd2ef6979d71e517 [diff] |
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" <bfields@fieldses.org> Cc: Trond Myklebust <Trond.Myklebust@netapp.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>