mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
The rcu_seq operations were open-coded in _rcu_barrier(), so this commit replaces the open-coding with the shiny new rcu_seq operations. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>