commit | 8d90857cff445f176a591d01c0999e8d563217bf | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jun 28 19:30:21 2019 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Jun 28 19:30:21 2019 -0700 |
tree | 66b0b03288f3015bb591dcb599c1eac7d6979bed | |
parent | 7e36a3a63d3e480e75b4991aa983d4059ca5d401 [diff] |
xfs: refactor free space btree record initialization Refactor the code that populates the free space btrees of a new AG so that we can avoid code duplication once things start getting complicated. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Allison Collins <allison.henderson@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>