commit | 3f30f929bb17877ebc1653c6f3ff41863f1ba524 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Thu Jul 26 12:59:13 2018 -0500 |
committer | Bob Peterson <rpeterso@redhat.com> | Thu Jul 26 14:49:43 2018 -0500 |
tree | 918cb9ecd228bd9f51630307ad9b560ec7dfd2aa | |
parent | 776125785a87ff05d49938bd5b9f336f2a05bff6 [diff] |
gfs2: cleanup: call gfs2_rgrp_ondisk2lvb from gfs2_rgrp_out Before this patch gfs2_rgrp_ondisk2lvb was called after every call to gfs2_rgrp_out. This patch just calls it directly from within gfs2_rgrp_out, and moves the function to be before it so we don't need a function prototype. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Reviewed-by: Andreas Gruenbacher <agruenba@redhat.com>