From: Eric W. Biederman Date: Fri, 1 Feb 2013 23:55:38 +0000 (-0800) Subject: sunrpc: Use userns friendly constants. X-Git-Tag: v3.9-rc1~85^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf37f794372d5b8fda66702e1f3e70d4f07b6533;p=pandora-kernel.git sunrpc: Use userns friendly constants. Instead of (uid_t)0 use GLOBAL_ROOT_UID. Instead of (gid_t)0 use GLOBAL_ROOT_GID. Instead of (uid_t)-1 use INVALID_UID Instead of (gid_t)-1 use INVALID_GID. Instead of NOGROUP use INVALID_GID. Cc: "J. Bruce Fields" Cc: Trond Myklebust Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed