mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
net/decnet: Replace rcu_barrier_bh() with rcu_barrier()
Now that all RCU flavors have been consolidated, rcu_barrier_bh() is but a synonym for rcu_barrier(). This commit therefore replaces the former with the latter. Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com> Cc: "David S. Miller" <davem@davemloft.net> Cc: <linux-decnet-user@lists.sourceforge.net> Cc: <netdev@vger.kernel.org>
This commit is contained in:
@@ -2405,7 +2405,7 @@ static void __exit decnet_exit(void)
|
|||||||
|
|
||||||
proto_unregister(&dn_proto);
|
proto_unregister(&dn_proto);
|
||||||
|
|
||||||
rcu_barrier_bh(); /* Wait for completion of call_rcu_bh()'s */
|
rcu_barrier(); /* Wait for completion of call_rcu()'s */
|
||||||
}
|
}
|
||||||
module_exit(decnet_exit);
|
module_exit(decnet_exit);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user