mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
SUNRPC: Rename rpcauth_destroy() to rpcauth_release()
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
5e1550d6a2
commit
de7a8ce38a
3 changed files with 4 additions and 4 deletions
|
@ -128,7 +128,7 @@ extern struct rpc_authops authdes_ops;
|
|||
int rpcauth_register(struct rpc_authops *);
|
||||
int rpcauth_unregister(struct rpc_authops *);
|
||||
struct rpc_auth * rpcauth_create(rpc_authflavor_t, struct rpc_clnt *);
|
||||
void rpcauth_destroy(struct rpc_auth *);
|
||||
void rpcauth_release(struct rpc_auth *);
|
||||
struct rpc_cred * rpcauth_lookup_credcache(struct rpc_auth *, struct auth_cred *, int);
|
||||
struct rpc_cred * rpcauth_lookupcred(struct rpc_auth *, int);
|
||||
struct rpc_cred * rpcauth_bindcred(struct rpc_task *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue