commit | 75549186edf1515062fe2fcbfbd92bd99659afba | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Tue Aug 02 13:09:36 2011 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Oct 21 12:39:20 2011 +0100 |
tree | c3942739398fdf76b2cfaa3e5f72575f7fa8d4f8 | |
parent | 2f0264d592e34cde99efbad7d616b04af138e913 [diff] |
GFS2: Fix bug-trap in ail flush code The assert was being tested under the wrong lock, a legacy of the original code. Also, if it does trigger, the resulting information was not always a lot of help. This moves the patch under the correct lock and also prints out more useful information in tacking down the source of the problem. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>