]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
GFS2: Dump better debug info if a bitmap inconsistency is detected
authorBob Peterson <rpeterso@redhat.com>
Tue, 22 Mar 2011 14:49:12 +0000 (10:49 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 20 Apr 2011 07:53:12 +0000 (08:53 +0100)
commit95c8e17f2f00f6af7474fac0e4050a79db6c3cea
tree5e4ee14869e6e01625620e56c43c8baeaf7b552c
parent2f666bcf757cb72549f360ef6da02f03620a48b6
GFS2: Dump better debug info if a bitmap inconsistency is detected

On rare occasions we encounter gfs2 problems where an
invalid bitmap state transition is attempted.  For example,
trying to "unlink" a free block.  In these cases, there
is really no useful information logged to debug the problem.
This patch adds more debug details that should allow us to
more closely examine the problem and possibly solve it.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/rgrp.c