]> git.baikalelectronics.ru Git - kernel.git/commit
GFS2: Fix bug-trap in ail flush code
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 2 Aug 2011 12:09:36 +0000 (13:09 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 21 Oct 2011 11:39:20 +0000 (12:39 +0100)
commit9b3329ce9e740d2d801db212bca0735e04b6a06e
treec3942739398fdf76b2cfaa3e5f72575f7fa8d4f8
parent6605ad2489f21504410f4e255a474de1f1be436e
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>
fs/gfs2/glops.c