nfsd4: don't try to map gid's in generic rpc code
authorJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 20 Oct 2009 22:51:34 +0000 (18:51 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 27 Oct 2009 23:34:43 +0000 (19:34 -0400)
commitdc83d6e27fa80babe31c80aa8568f125f72edf57
tree8a3a3dd3462c9753b911d563f11b4fb70aebca93
parentefe0cb6d5a1f20ad4df045a055048afed4c5e660
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 <bfields@citi.umich.edu>
net/sunrpc/svcauth_unix.c