summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/inode.c
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2020-02-19 17:01:39 -0800
committerDarrick J. Wong <darrick.wong@oracle.com>2020-06-24 18:12:18 -0700
commit981ac3b825d0ecbc639ab9ef5e514fbbb6118c09 (patch)
tree34a6b0383c3d8c5a9b993107dd838c49458c7903 /fs/xfs/scrub/inode.c
parente4b6b3561a085cf029f71e5c43f5a222e048fc46 (diff)
xfs: convert xbitmap to interval treerepair-bitmap-rework_2020-06-24
Convert the xbitmap code to use interval trees instead of linked lists. This reduces the amount of coding required to handle the disunion operation and in the future will make it easier to set bits in arbitrary order yet later be able to extract maximally sized extents, which we'll need for rebuilding certain structures. We define our own interval tree type so that it can deal with 64-bit indices even on 32-bit machines. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/scrub/inode.c')
0 files changed, 0 insertions, 0 deletions