> On May 9, 2020, at 12:12 PM, Paul E. McKenney <[email protected]> wrote:
> 
> Ah, and I forgot to ask.  Why "if (data_race(prev->next == node)" instead
> of "if (data_race(prev->next) == node"?

I think the one you suggested is slightly better to point out the exact race. 
Do you want me to resend or you could squash it instead?

Reply via email to