Skip to content
  • Robert Peterson's avatar
    [GFS2] Kernel changes to support new gfs2_grow command (part 2) · 6c53267f
    Robert Peterson authored
    
    
    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: default avatarBob Peterson <rpeterso@redhat.com>
    Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
    6c53267f