commit | 0b4d51b02a2e941beec6f02a6c7a32c5a28c5b43 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Fri Feb 01 16:39:32 2013 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Wed Feb 13 06:15:17 2013 -0800 |
tree | d25f90f6dbaf133865f9761b80e8a7324a5888f8 | |
parent | 7eaf040b720bc8c0ce5cd49151ca194ca2d56842 [diff] |
sunrpc: Use uid_eq and gid_eq where appropriate When comparing uids use uid_eq instead of ==. When comparing gids use gid_eq instead of ==. And unfortunate cost of type safety. Cc: "J. Bruce Fields" <bfields@fieldses.org> Cc: Trond Myklebust <Trond.Myklebust@netapp.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>