From: Eric W. Biederman Date: Sat, 2 Feb 2013 00:46:42 +0000 (-0800) Subject: sunrpc: Simplify auth_unix now that everything is a kgid_t X-Git-Tag: v3.9-rc1~85^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9132adb0212c7ddf37d1c2a26c12f8fe7706827d;p=pandora-kernel.git sunrpc: Simplify auth_unix now that everything is a kgid_t In unx_create_cred directly assign gids from acred->group_info to cred->uc_gids. In unx_match directly compare uc_gids with group_info. Now that both group_info and unx_cred gids are stored as kgids this is valid and the extra layer of translation can be removed. Cc: "J. Bruce Fields" Cc: Trond Myklebust Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed