nonmoving: Use atomic operations when updating block descriptor flags
Otherwise the C compiler aggressively optimises away the repeated check of BF_MARKED, leading to an infinite loop.
Fixes #26053 (closed).
Edited by Ben Gamari
Otherwise the C compiler aggressively optimises away the repeated check of BF_MARKED, leading to an infinite loop.
Fixes #26053 (closed).