aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/auth.c')
-rw-r--r--net/sunrpc/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/auth.c b/net/sunrpc/auth.c
index 8fc380578807..c79543212602 100644
--- a/net/sunrpc/auth.c
+++ b/net/sunrpc/auth.c
@@ -353,7 +353,7 @@ rpcauth_lookupcred(struct rpc_auth *auth, int flags)
353 struct auth_cred acred = { 353 struct auth_cred acred = {
354 .uid = current_fsuid(), 354 .uid = current_fsuid(),
355 .gid = current_fsgid(), 355 .gid = current_fsgid(),
356 .group_info = current->group_info, 356 .group_info = current->cred->group_info,
357 }; 357 };
358 struct rpc_cred *ret; 358 struct rpc_cred *ret;
359 359