diff options
Diffstat (limited to 'include/linux/sunrpc/auth.h')
-rw-r--r-- | include/linux/sunrpc/auth.h | 3 |
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 *); | |||
143 | void rpcauth_invalcred(struct rpc_task *); | 143 | void rpcauth_invalcred(struct rpc_task *); |
144 | int rpcauth_uptodatecred(struct rpc_task *); | 144 | int rpcauth_uptodatecred(struct rpc_task *); |
145 | int rpcauth_init_credcache(struct rpc_auth *, unsigned long); | 145 | int rpcauth_init_credcache(struct rpc_auth *, unsigned long); |
146 | void rpcauth_free_credcache(struct rpc_auth *); | 146 | void rpcauth_destroy_credcache(struct rpc_auth *); |
147 | void rpcauth_clear_credcache(struct rpc_cred_cache *); | ||
147 | 148 | ||
148 | static inline | 149 | static inline |
149 | struct rpc_cred * get_rpccred(struct rpc_cred *cred) | 150 | struct rpc_cred * get_rpccred(struct rpc_cred *cred) |