Skip to content
  • Mark Andrews's avatar
    Make fctx->attributes atomic. · 912ce874
    Mark Andrews authored
    FCTX_ATTR_SHUTTINGDOWN needs to be set and tested while holding the node
    lock but the rest of the attributes don't as they are task locked. Making
    fctx->attributes atomic allows both behaviours without races.
    912ce874