diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sunrpc/auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/auth.h b/include/linux/sunrpc/auth.h index 3972b8414c88..bc77c730325c 100644 --- a/include/linux/sunrpc/auth.h +++ b/include/linux/sunrpc/auth.h | |||
@@ -128,7 +128,7 @@ extern struct rpc_authops authdes_ops; | |||
128 | int rpcauth_register(struct rpc_authops *); | 128 | int rpcauth_register(struct rpc_authops *); |
129 | int rpcauth_unregister(struct rpc_authops *); | 129 | int rpcauth_unregister(struct rpc_authops *); |
130 | struct rpc_auth * rpcauth_create(rpc_authflavor_t, struct rpc_clnt *); | 130 | struct rpc_auth * rpcauth_create(rpc_authflavor_t, struct rpc_clnt *); |
131 | void rpcauth_destroy(struct rpc_auth *); | 131 | void rpcauth_release(struct rpc_auth *); |
132 | struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int); | 132 | struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int); |
133 | struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int); | 133 | struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int); |
134 | struct rpc_cred * rpcauth_bindcred(struct rpc_task *); | 134 | struct rpc_cred * rpcauth_bindcred(struct rpc_task *); |