xfs: directly cross-reference the inode btrees with each other
authorDarrick J. Wong <djwong@kernel.org>
Wed, 12 Apr 2023 02:00:14 +0000 (19:00 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 12 Apr 2023 02:00:14 +0000 (19:00 -0700)
commitbc0f3b55467e1b5833bebae011a07e72a35afc2e
tree43d89b9aa9e3337e97a4b8a81f43fc5bd6b59bac
parentc01868b60e8c19888572f90fd3426c0652c0e2a9
xfs: directly cross-reference the inode btrees with each other

Improve the cross-referencing of the two inode btrees by directly
checking the free and hole state of each inode with the other btree.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/scrub/ialloc.c