GFS2: Fix one RG corner case
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 13 Nov 2012 14:50:35 +0000 (14:50 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 13 Nov 2012 14:50:35 +0000 (14:50 +0000)
commitaa8920c96897dd82f0520f9e7db7311b42547ce6
tree2f3c7eea4e11fd7c2eb59f7744edee3802fe5c35
parent4327a9bf71f4b021b675e01f24fefc647cff7513
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>
fs/gfs2/rgrp.c
This page took 0.031566 seconds and 5 git commands to generate.