On 12/08/15 at 05:09pm, Herbert Xu wrote: > The patch 9497df88ab5567daa001829051c5f87161a81ff0 ("rhashtable: > Fix reader/rehash race") added a pair of barriers. In fact the > wmb is superfluous because every subsequent write to the old or > new hash table uses rcu_assign_pointer, which itself carriers a > full barrier prior to the assignment. > > Therefore we may remove the explicit wmb. > > Signed-off-by: Herbert Xu <herb...@gondor.apana.org.au>
The RELEASE which is now in place afterwards act as a wmb as well, we are well protected ;-) Acked-by: Thomas Graf <tg...@suug.ch> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html