|
@@ -1284,6 +1284,8 @@ static void __exit inet6_exit(void)
|
|
proto_unregister(&udplitev6_prot);
|
|
proto_unregister(&udplitev6_prot);
|
|
proto_unregister(&udpv6_prot);
|
|
proto_unregister(&udpv6_prot);
|
|
proto_unregister(&tcpv6_prot);
|
|
proto_unregister(&tcpv6_prot);
|
|
|
|
+
|
|
|
|
+ rcu_barrier(); /* Wait for completion of call_rcu()'s */
|
|
}
|
|
}
|
|
module_exit(inet6_exit);
|
|
module_exit(inet6_exit);
|
|
|
|
|