commit | 086d8334cf73b3bb695b82dd864a7a8b00d96b7e | [log] [tgz] |
---|---|---|
author | Benjamin Marzinski <bmarzins@redhat.com> | Tue Nov 23 23:52:55 2010 -0600 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Tue Nov 30 15:41:54 2010 +0000 |
tree | acadf5458a2ccfde44049bcb7ba63e136844f875 | |
parent | 0489b3f5eba735413ccedd425651cf41d6b1f7c5 [diff] |
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 <bmarzins@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>