aboutsummaryrefslogtreecommitdiffstats
path: root/net/rxrpc/af_rxrpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/rxrpc/af_rxrpc.c')
-rw-r--r--net/rxrpc/af_rxrpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rxrpc/af_rxrpc.c b/net/rxrpc/af_rxrpc.c
index 59c7c7d59402..e61aa6001c65 100644
--- a/net/rxrpc/af_rxrpc.c
+++ b/net/rxrpc/af_rxrpc.c
@@ -879,8 +879,8 @@ static void __exit af_rxrpc_exit(void)
879 879
880 _debug("flush scheduled work"); 880 _debug("flush scheduled work");
881 flush_workqueue(rxrpc_workqueue); 881 flush_workqueue(rxrpc_workqueue);
882 proc_net_remove(&init_net, "rxrpc_conns"); 882 remove_proc_entry("rxrpc_conns", init_net.proc_net);
883 proc_net_remove(&init_net, "rxrpc_calls"); 883 remove_proc_entry("rxrpc_calls", init_net.proc_net);
884 destroy_workqueue(rxrpc_workqueue); 884 destroy_workqueue(rxrpc_workqueue);
885 kmem_cache_destroy(rxrpc_call_jar); 885 kmem_cache_destroy(rxrpc_call_jar);
886 _leave(""); 886 _leave("");