diff options
Diffstat (limited to 'net/sunrpc/sunrpc_syms.c')
-rw-r--r-- | net/sunrpc/sunrpc_syms.c | 3 |
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) | |||
152 | cache_register(&ip_map_cache); | 152 | cache_register(&ip_map_cache); |
153 | cache_register(&unix_gid_cache); | 153 | cache_register(&unix_gid_cache); |
154 | init_socket_xprt(); | 154 | init_socket_xprt(); |
155 | rpc_init_authunix(); | 155 | rpcauth_init_module(); |
156 | out: | 156 | out: |
157 | return err; | 157 | return err; |
158 | } | 158 | } |
@@ -160,6 +160,7 @@ out: | |||
160 | static void __exit | 160 | static void __exit |
161 | cleanup_sunrpc(void) | 161 | cleanup_sunrpc(void) |
162 | { | 162 | { |
163 | rpcauth_remove_module(); | ||
163 | cleanup_socket_xprt(); | 164 | cleanup_socket_xprt(); |
164 | unregister_rpc_pipefs(); | 165 | unregister_rpc_pipefs(); |
165 | rpc_destroy_mempool(); | 166 | rpc_destroy_mempool(); |