From: Eric W. Biederman Date: Fri, 1 Feb 2013 22:26:23 +0000 (-0800) Subject: nfs: kuid and kgid conversions for nfs/inode.c X-Git-Tag: v3.9-rc1~85^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ff593c4739c76c31ffdf7f2a1d67489ece728e6;p=pandora-kernel.git 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" Cc: Trond Myklebust Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed