summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/sunrpc_syms.c
diff options
context:
space:
mode:
authorTrond Myklebust2007-06-25 23:11:20 +0200
committerTrond Myklebust2007-07-11 05:40:36 +0200
commitf5c2187cfef628784d8a09b6d0f77888246d0c0f (patch)
tree8c648bb9210ea3bd24e6c5fe278951e47ff15faa /net/sunrpc/sunrpc_syms.c
parentSUNRPC: Give credential cache a local spinlock (diff)
downloadkernel-qcow2-linux-f5c2187cfef628784d8a09b6d0f77888246d0c0f.tar.gz
kernel-qcow2-linux-f5c2187cfef628784d8a09b6d0f77888246d0c0f.tar.xz
kernel-qcow2-linux-f5c2187cfef628784d8a09b6d0f77888246d0c0f.zip
SUNRPC: Convert the credential garbage collector into a shrinker callback
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc/sunrpc_syms.c')
-rw-r--r--net/sunrpc/sunrpc_syms.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sunrpc/sunrpc_syms.c b/net/sunrpc/sunrpc_syms.c
index 018065fca84b..384c4ad5ab86 100644
--- a/net/sunrpc/sunrpc_syms.c
+++ b/net/sunrpc/sunrpc_syms.c
@@ -152,7 +152,7 @@ init_sunrpc(void)
cache_register(&ip_map_cache);
cache_register(&unix_gid_cache);
init_socket_xprt();
- rpc_init_authunix();
+ rpcauth_init_module();
out:
return err;
}
@@ -160,6 +160,7 @@ out:
static void __exit
cleanup_sunrpc(void)
{
+ rpcauth_remove_module();
cleanup_socket_xprt();
unregister_rpc_pipefs();
rpc_destroy_mempool();