aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc/auth.h')
-rw-r--r--include/linux/sunrpc/auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/auth.h b/include/linux/sunrpc/auth.h
index e606c2804685..d5bfc67461fc 100644
--- a/include/linux/sunrpc/auth.h
+++ b/include/linux/sunrpc/auth.h
@@ -127,6 +127,7 @@ int rpcauth_unregister(const struct rpc_authops *);
127struct rpc_auth * rpcauth_create(rpc_authflavor_t, struct rpc_clnt *); 127struct rpc_auth * rpcauth_create(rpc_authflavor_t, struct rpc_clnt *);
128void rpcauth_release(struct rpc_auth *); 128void rpcauth_release(struct rpc_auth *);
129struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int); 129struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int);
130void rpcauth_init_cred(struct rpc_cred *, const struct auth_cred *, struct rpc_auth *, const struct rpc_credops *);
130struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int); 131struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
131struct rpc_cred * rpcauth_bindcred(struct rpc_task *); 132struct rpc_cred * rpcauth_bindcred(struct rpc_task *);
132void rpcauth_holdcred(struct rpc_task *); 133void rpcauth_holdcred(struct rpc_task *);