]> git.baikalelectronics.ru Git - kernel.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)
commit2085dd85f8c7cf99a1692e28fb45211981388250
tree484e098777d3af29c538c0c684af7ae31c59c1a8
parent82b5c1312cbe8422545e90bdf1323e2050a026d1
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