xfs: update sb field checks when metadir is turned on
authorDarrick J. Wong <djwong@kernel.org>
Mon, 4 Nov 2024 04:19:43 +0000 (20:19 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:38:46 +0000 (13:38 -0800)
commit28d756d4d562dc5ab1d722133164674d83899081
tree7ada24f9084d6eddf0b12a5696e0927a295d8992
parentedc038f7f3860911d4fc2574e63cedfe56603f1b
xfs: update sb field checks when metadir is turned on

When metadir is enabled, we want to check the two new rtgroups fields,
and we don't want to check the old inumbers that are now in the metadir.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/scrub/agheader.c