|
@@ -2413,6 +2413,8 @@ static void __exit decnet_exit(void)
|
|
proc_net_remove(&init_net, "decnet");
|
|
proc_net_remove(&init_net, "decnet");
|
|
|
|
|
|
proto_unregister(&dn_proto);
|
|
proto_unregister(&dn_proto);
|
|
|
|
+
|
|
|
|
+ rcu_barrier_bh(); /* Wait for completion of call_rcu_bh()'s */
|
|
}
|
|
}
|
|
module_exit(decnet_exit);
|
|
module_exit(decnet_exit);
|
|
#endif
|
|
#endif
|