commit | 49dd56f26ea7d18d4ca71f43a082dbb92798ebd3 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Sun May 13 23:10:08 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue May 15 18:12:51 2018 -0700 |
tree | 484e098777d3af29c538c0c684af7ae31c59c1a8 | |
parent | b16817b66b6c97d2a812d663d26faed40079892a [diff] |
xfs: factor the ag length extension code into libxfs Growfs currently manually codes the extension of the last AG in a filesytem during the growfs process. Factor that out of the growfs code and move it into libxfs along with teh rest of the AG header modification code. Signed-Off-By: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>