nfs: kuid and kgid conversions for nfs/inode.c
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 1 Feb 2013 22:26:23 +0000 (14:26 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 13 Feb 2013 14:15:33 +0000 (06:15 -0800)
commit9ff593c4739c76c31ffdf7f2a1d67489ece728e6
treecec4de986fba9139c02dc94e81b871ffeb87de0b
parente5782076e72be2a39bf261f7db03e1769ec05198
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>
fs/nfs/inode.c