From: Steven Whitehouse Date: Thu, 10 Jan 2008 14:49:43 +0000 (+0000) Subject: [GFS2] Fix assert in log code X-Git-Tag: v2.6.25-rc1~1241^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac39aadd0440ae696e6dacaa8006ce1737b17008;p=pandora-kernel.git [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 --- Reading git-diff-tree failed