]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: Use uid_eq and gid_eq where appropriate
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 1 Feb 2013 05:56:13 +0000 (21:56 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 13 Feb 2013 14:15:10 +0000 (06:15 -0800)
commit946b24ac0569c7dc319a0edc9a6849a04e31483d
tree190918f71eb5867fdf755455153fd1e933e8a75a
parent4b2c282a896882c1ce28262353b68dd47286b8c8
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 <swhiteho@redhat.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/gfs2/acl.c
fs/gfs2/inode.c
fs/gfs2/quota.c