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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/sunrpc/auth.h b/include/linux/sunrpc/auth.h
index 8ef27afeea73..3972b8414c88 100644
--- a/include/linux/sunrpc/auth.h
+++ b/include/linux/sunrpc/auth.h
@@ -143,7 +143,8 @@ int rpcauth_refreshcred(struct rpc_task *);
143void rpcauth_invalcred(struct rpc_task *); 143void rpcauth_invalcred(struct rpc_task *);
144int rpcauth_uptodatecred(struct rpc_task *); 144int rpcauth_uptodatecred(struct rpc_task *);
145int rpcauth_init_credcache(struct rpc_auth *, unsigned long); 145int rpcauth_init_credcache(struct rpc_auth *, unsigned long);
146void rpcauth_free_credcache(struct rpc_auth *); 146void rpcauth_destroy_credcache(struct rpc_auth *);
147void rpcauth_clear_credcache(struct rpc_cred_cache *);
147 148
148static inline 149static inline
149struct rpc_cred * get_rpccred(struct rpc_cred *cred) 150struct rpc_cred * get_rpccred(struct rpc_cred *cred)