GFS2: fix recursive locking during rindex truncates
authorBenjamin Marzinski <bmarzins@redhat.com>
Wed, 24 Nov 2010 05:52:55 +0000 (23:52 -0600)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 30 Nov 2010 15:41:54 +0000 (15:41 +0000)
When you truncate the rindex file, you need to avoid calling gfs2_rindex_hold,
since you already hold it.  However, if you haven't already read in the
resource groups, you need to do that.

Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found