aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/auth_gss.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/auth_gss/auth_gss.c')
-rw-r--r--net/sunrpc/auth_gss/auth_gss.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/sunrpc/auth_gss/auth_gss.c b/net/sunrpc/auth_gss/auth_gss.c
index e64ae93d5b4f..bca3537efffd 100644
--- a/net/sunrpc/auth_gss/auth_gss.c
+++ b/net/sunrpc/auth_gss/auth_gss.c
@@ -1017,6 +1017,8 @@ gss_create_new(struct rpc_auth_create_args *args, struct rpc_clnt *clnt)
1017 auth->au_rslack = GSS_VERF_SLACK >> 2; 1017 auth->au_rslack = GSS_VERF_SLACK >> 2;
1018 auth->au_ops = &authgss_ops; 1018 auth->au_ops = &authgss_ops;
1019 auth->au_flavor = flavor; 1019 auth->au_flavor = flavor;
1020 if (gss_pseudoflavor_to_datatouch(gss_auth->mech, flavor))
1021 auth->au_flags |= RPCAUTH_AUTH_DATATOUCH;
1020 atomic_set(&auth->au_count, 1); 1022 atomic_set(&auth->au_count, 1);
1021 kref_init(&gss_auth->kref); 1023 kref_init(&gss_auth->kref);
1022 1024