From: Eric W. Biederman Date: Sat, 2 Feb 2013 00:39:32 +0000 (-0800) Subject: sunrpc: Use uid_eq and gid_eq where appropriate X-Git-Tag: v3.9-rc1~85^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b4d51b02a2e941beec6f02a6c7a32c5a28c5b43;p=pandora-kernel.git 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" Cc: Trond Myklebust Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed