]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: factor the ag length extension code into libxfs
authorDave Chinner <dchinner@redhat.com>
Mon, 14 May 2018 06:10:08 +0000 (23:10 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 16 May 2018 01:12:51 +0000 (18:12 -0700)
commit49dd56f26ea7d18d4ca71f43a082dbb92798ebd3
tree484e098777d3af29c538c0c684af7ae31c59c1a8
parentb16817b66b6c97d2a812d663d26faed40079892a
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>
fs/xfs/libxfs/xfs_ag.c
fs/xfs/libxfs/xfs_ag.h
fs/xfs/xfs_fsops.c