From: Håkon Bugge <[email protected]> Date: Tue, 5 Sep 2017 17:42:01 +0200
> The bits in m_flags in struct rds_message are used for a plurality of > reasons, and from different contexts. To avoid any missing updates to > m_flags, use the atomic set_bit() instead of the non-atomic equivalent. > > Signed-off-by: Håkon Bugge <[email protected]> > Reviewed-by: Knut Omang <[email protected]> > Reviewed-by: Wei Lin Guay <[email protected]> Applied.

