From: Eric W. Biederman Date: Fri, 1 Feb 2013 05:56:13 +0000 (-0800) Subject: gfs2: Use uid_eq and gid_eq where appropriate X-Git-Tag: v3.9-rc1~85^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b24c0d279eacfb499854d09ea7f2b69d1721a29;p=pandora-kernel.git gfs2: Use uid_eq and gid_eq where appropriate Where kuid_t values are compared use uid_eq and where kgid_t values are compared use gid_eq. This is unfortunately necessary because of the type safety that keeps someone from accidentally mixing kuids and kgids with other types. Cc: Steven Whitehouse Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed