commit | ac39aadd0440ae696e6dacaa8006ce1737b17008 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Thu Jan 10 14:49:43 2008 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Jan 25 08:18:03 2008 +0000 |
tree | d2a6784809c6bec674879dc865de4150e8b0fb01 | |
parent | 9656b2c14c6ee0806c90a6be41dec71117fc8f50 [diff] |
[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: Steven Whitehouse <swhiteho@redhat.com>