From: Willem de Bruijn <[email protected]> Date: Thu, 14 May 2015 15:25:02 -0400
> From: Willem de Bruijn <[email protected]> > > Avoid two xchg calls whose return values were unused, causing a > warning on some architectures. > > The relevant variable is a hint and read without mutual exclusion. > This fix makes all writers hold the receive_queue lock. > > Suggested-by: David S. Miller <[email protected]> > Signed-off-by: Willem de Bruijn <[email protected]> Looks great, thanks for dealing with the locking problem. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
