From: Robert Peterson Date: Thu, 10 May 2007 21:54:38 +0000 (-0500) Subject: [GFS2] Kernel changes to support new gfs2_grow command (part 2) X-Git-Tag: v2.6.23-rc1~1156^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c53267f05dc6689ff662efeec426d25d2c0ab84;p=pandora-kernel.git [GFS2] Kernel changes to support new gfs2_grow command (part 2) To avoid code redundancy, I separated out the operational "guts" into a new function called read_rindex_entry. Then I made two functions: the closer-to-original gfs2_ri_update (without the special condition checks) and gfs2_ri_update_special that's designed with that condition in mind. (I don't like the name, but if you have a suggestion, I'm all ears). Oh, and there's an added benefit: we don't need all the ugly gotos anymore. ;) This patch has been tested with gfs2_fsck_hellfire (which runs for three and a half hours, btw). Signed-off-By: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed