Skip to content
Commit ac39aadd authored by Steven Whitehouse's avatar Steven Whitehouse
Browse files

[GFS2] Fix assert in log code



Although the values were all being calculated correctly, there was a
race in the assert due to the way it was using atomic variables. This
changes the value we assert on so that we get the same effect by testing
a different variable. This prevents the assert triggering when it shouldn't.

Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 9656b2c1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment