Paul E. McKenney <paul...@linux.vnet.ibm.com> wrote: > Will Deacon has proposed adding smp_read_barrier_depends() to READ_ONCE(), > which would mean that quite a few instances of smp_read_barrier_depends() > would become redundant.
It's not clear from you description where the barrier is added in relation to the read: before, after or both? David