]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: use bitmap to track blocks lost during btree construction
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 10 Jul 2020 19:35:46 +0000 (15:35 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 10 Jul 2020 19:35:46 +0000 (15:35 -0400)
commitc94d40ce168844fe0cefbb15512b576021698110
tree0d3211524a705291c3a067716b3a56f1c64f46c2
parente75cef6334669bc8464338b39026309f5839cac8
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 makes it somewhat more efficient.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
repair/agbtree.c
repair/agbtree.h
repair/phase5.c