commit | d3ff3891b2edba63a7dee9023306bb66878fc3d8 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Jul 11 14:42:53 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Thu Nov 08 21:43:20 2018 -0800 |
tree | 92c00d1e7b5b44759eb2c611640cbcd86a1c16bd | |
parent | 309ba859b95085f61f4f2a154df6be9cb9713a12 [diff] |
rcu: Consolidate the RCU update functions invoked by sync.c This commit retains all the various gp_ops[] entries, but makes their update functions all be synchronize_rcu(), call_rcu() and rcu_barrier(). The read-side checks remain consistent with the various RCU flavors, which still exist on the read side. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Oleg Nesterov <oleg@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org>