commit | 1a5f6e08d4e379a23da5be974aee50b26a20c5b0 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Apr 15 14:55:06 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Apr 15 14:59:00 2024 -0700 |
tree | f6ccd2cd5461c1760cb13f7bf3bff9087d080e54 | |
parent | 5f204051d998ec3d7306db0d749bddcbf4c97693 [diff] |
xfs: create subordinate scrub contexts for xchk_metadata_inode_subtype When a file-based metadata structure is being scrubbed in xchk_metadata_inode_subtype, we should create an entirely new scrub context so that each scrubber doesn't trip over another's buffers. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>