From: Bob Peterson Date: Mon, 5 Mar 2012 15:19:35 +0000 (-0500) Subject: GFS2: make sure rgrps are up to date in func gfs2_blk2rgrpd X-Git-Tag: v3.4-rc1~161^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58884c4df005ee5ee854cfcd0385d5a6bf25aa30;p=pandora-kernel.git GFS2: make sure rgrps are up to date in func gfs2_blk2rgrpd This patch adds a call to gfs2_rindex_update from function gfs2_blk2rgrpd and removes calls to it that are made redundant by it. The problem is that a gfs2_grow can add rgrps to the rindex, then put those rgrps into use, thus rendering the rindex we read in at mount time incomplete. Signed-off-by: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed