commit | 532ff647d8303049e3913bf21e467b3bcc7f0bce | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Sun May 13 23:10:06 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue May 15 18:12:51 2018 -0700 |
tree | a8e56c13f0aa091a5130eef9d4280800c7c24b69 | |
parent | 0410c3bb2b882cd4476e5ee8d74247ac21f4bfac [diff] |
xfs: turn ag header initialisation into a table driven operation There's still more cookie cutter code in setting up each AG header. Separate all the variables into a simple structure and iterate a table of header definitions to initialise everything. Signed-Off-By: Dave Chinner <dchinner@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>