summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2022-07-14 11:05:44 -0700
committerDarrick J. Wong <djwong@kernel.org>2022-10-14 14:16:30 -0700
commitc9fea853e460d161d4745f125c45384bcfe32234 (patch)
treed488ca9ff7fc8640b199b627938b77ea408c73e1 /Makefile
parent4c19daa446e2e6b22927778659e769c42b3bc170 (diff)
xfs: convert xfs_ialloc_has_inodes_at_extent to return keyfill scan resultsscrub-detect-inobt-gaps_2022-10-14
Convert the xfs_ialloc_has_inodes_at_extent function to return keyfill scan results because for a given range of inode numbers, we might have no indexed inodes at all; the entire region might be allocated ondisk inodes; or there might be a mix of the two. Unfortunately, sparse inodes adds to the complexity, because each inode record can have holes, which means that we cannot use the generic btree _scan_keyfill function because we must look for holes in individual records to decide the result. On the plus side, online fsck can now detect sub-chunk discrepancies in the inobt. Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions