commit | 1b86e11ab0b5db3c0087548b4ece929c55260b13 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue May 09 15:00:14 2017 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue May 09 15:00:14 2017 -0700 |
tree | eb834917da6059607a46cc9425101fee148eebe1 | |
parent | ad5e601d866781b4458154179ef2241e41c63911 [diff] |
srcu: Use rnp->lock wrappers to replace explicit memory barriers This commit uses TREE RCU's rnp->lock wrappers to replace a few explicit memory barriers. This change also has the advantage of making SRCU's memory-ordering properties be implemented in roughly the same way as they are in Tree RCU. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>