From: Steven Whitehouse Date: Tue, 13 Nov 2012 14:50:35 +0000 (+0000) Subject: GFS2: Fix one RG corner case X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~8^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa8920c96897dd82f0520f9e7db7311b42547ce6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed