Skip to content

nonmoving: Use atomic operations when updating block descriptor flags

Ben Gamari requested to merge wip/T26053 into master

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

Merge request reports

Loading