]> git.karo-electronics.de Git - karo-tx-linux.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>
Thu, 27 Oct 2011 08:07:58 +0000 (09:07 +0100)
commitc4842ae7492546f1ab9a144be4e6f9599da621c6
treeb483e62b309cb0431db06c1140760d153e5d002b
parentde32f5b570458a9b3afb0afef2f3fbd99bdb00ca
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