Skip to content

dzn: Mark transition barriers as executed when we flush

It's just a matter of setting StateBefore to StateAfter, so barriers don't get executed twice, and make the new before state valid when new transitions are queued.

Fixes: 35356b11 ("dzn: Cache and pack transition barriers")

Merge request reports