]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sunrpc/auth.c
CRED: Separate task security context from task_struct
[linux-2.6-omap-h63xx.git] / net / sunrpc / auth.c
index 8fc3805788074e6f0e26b28d17395194c4d2a157..c795432126020cd0351d4ecc5e5e621254548da4 100644 (file)
@@ -353,7 +353,7 @@ rpcauth_lookupcred(struct rpc_auth *auth, int flags)
        struct auth_cred acred = {
                .uid = current_fsuid(),
                .gid = current_fsgid(),
-               .group_info = current->group_info,
+               .group_info = current->cred->group_info,
        };
        struct rpc_cred *ret;