From: J. Bruce Fields Date: Tue, 20 Oct 2009 22:51:34 +0000 (-0400) Subject: nfsd4: don't try to map gid's in generic rpc code X-Git-Tag: v2.6.33-rc1~57^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc83d6e27fa80babe31c80aa8568f125f72edf57;p=pandora-kernel.git nfsd4: don't try to map gid's in generic rpc code For nfsd we provide users the option of mapping uid's to server-side supplementary group lists. That makes sense for nfsd, but not necessarily for other rpc users (such as the callback client). So move that lookup to svcauth_unix_set_client, which is a program-specific method. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed