commit | ebf7df4c25ddfafeff7b67e94b3138c87b1d627c | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Thu Jun 25 18:28:00 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Thu Jul 02 08:24:58 2020 -0700 |
tree | 21bdd93b5fc6ea7d89886f0fce075fbd82f07b40 | |
parent | 0eb0996c207d3c14bca9f3bc401d466e3c280ca4 [diff] |
xfs_repair: use bitmap to track blocks lost during btree construction Use the incore bitmap structure to track blocks that were lost during btree construction. This is more space efficient than a raw block list if the entries are contiguous, and gets rid of another bespoke data structure. Remove the unnecessary parameter to build_agf_agfl while we're at it. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>