commit | 155d1d12786386d21732f9bba036343ffa43847d | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Tue Jun 02 17:26:48 2015 +0200 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Jul 22 15:27:27 2015 -0700 |
tree | 9b50f2482c59f15d222ec348c2d7d166304736f3 | |
parent | be55fa2ad244678beed11d2827d88b7f80ff4730 [diff] |
rcu: Use WRITE_ONCE in RCU_INIT_POINTER For the paranoid amongst us GCC would be in its right to use byte stores to write our NULL value, tell it not to do that. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>