commit | 9ff593c4739c76c31ffdf7f2a1d67489ece728e6 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Fri Feb 01 14:26:23 2013 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Wed Feb 13 06:15:33 2013 -0800 |
tree | cec4de986fba9139c02dc94e81b871ffeb87de0b | |
parent | e5782076e72be2a39bf261f7db03e1769ec05198 [diff] |
nfs: kuid and kgid conversions for nfs/inode.c - Use uid_eq and gid_eq when comparing kuids and kgids. - Use make_kuid(&init_user_ns, -2) and make_kgid(&init_user_ns, -2) as the initial uid and gid on nfs inodes, instead of using the typeunsafe value of -2. Cc: "J. Bruce Fields" <bfields@fieldses.org> Cc: Trond Myklebust <Trond.Myklebust@netapp.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>