]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sunrpc/sunrpc_syms.c
x86_64: Don't mark __exitcall as __cold
[linux-2.6-omap-h63xx.git] / net / sunrpc / sunrpc_syms.c
index 018065fca84bf934f7d82ba4cede08dc40ebe27c..384c4ad5ab86db1b2e657d46efdd46a609b808a0 100644 (file)
@@ -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();