summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/auth.h
diff options
context:
space:
mode:
authorTrond Myklebust2007-06-23 16:46:47 +0200
committerTrond Myklebust2007-07-11 05:40:34 +0200
commitde7a8ce38aea529876db3890b61947bc4bc004da (patch)
tree2067bae81ea0d39631d4caae9a8a092380f1932c /include/linux/sunrpc/auth.h
parentSUNRPC: Add the helper function 'rpc_call_null()' (diff)
downloadkernel-qcow2-linux-de7a8ce38aea529876db3890b61947bc4bc004da.tar.gz
kernel-qcow2-linux-de7a8ce38aea529876db3890b61947bc4bc004da.tar.xz
kernel-qcow2-linux-de7a8ce38aea529876db3890b61947bc4bc004da.zip
SUNRPC: Rename rpcauth_destroy() to rpcauth_release()
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc/auth.h')
-rw-r--r--include/linux/sunrpc/auth.h2
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;
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 *);