From: Benjamin Marzinski Date: Wed, 24 Nov 2010 05:52:55 +0000 (-0600) Subject: GFS2: fix recursive locking during rindex truncates X-Git-Tag: v2.6.38-rc1~493^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=086d8334cf73b3bb695b82dd864a7a8b00d96b7e;p=pandora-kernel.git GFS2: fix recursive locking during rindex truncates 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 Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed