OSDN Git Service

rcu: Remove remaining read-modify-write ACCESS_ONCE() calls
authorPranith Kumar <bobby.prani@gmail.com>
Tue, 8 Jul 2014 21:46:50 +0000 (17:46 -0400)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 7 Sep 2014 23:18:07 +0000 (16:18 -0700)
commit4de376a1b14e32f550931274f06b571abc0f3d4b
tree2641f4598c5580d05652593f8c6bd4f601b94f4a
parent11ed7f934cb807f26da09547b5946c2e534d1dac
rcu: Remove remaining read-modify-write ACCESS_ONCE() calls

Change the remaining uses of ACCESS_ONCE() so that each ACCESS_ONCE() either does a load or a store, but not both.

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c
kernel/rcu/tree_plugin.h