commit | aa8920c96897dd82f0520f9e7db7311b42547ce6 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Tue Nov 13 14:50:35 2012 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Tue Nov 13 14:50:35 2012 +0000 |
tree | 2f3c7eea4e11fd7c2eb59f7744edee3802fe5c35 | |
parent | 4327a9bf71f4b021b675e01f24fefc647cff7513 [diff] |
GFS2: Fix one RG corner case For filesystems with only a single resource group, we need to be careful that the allocation loop will not land up with a NULL resource group. This fixes a bug in a previous patch where the gfs2_rgrpd_get_next() function was being used instead of gfs2_rgrpd_get_first() Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>