commit | 467494ba532182058b2e26de1747cdb932df212e | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Jul 03 14:21:04 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Aug 07 13:56:16 2024 -0700 |
tree | e9ffc9318b6d6c4d953785bfd99fd6bf90d73450 | |
parent | 4918da244655634701e968af0da3775f82361b98 [diff] |
xfs_scrub: warn about difficult repairs to rt and quota metadata Warn the user if there are problems with the rt or quota metadata that might make repairs difficult. For now there aren't any corruption conditions that would trigger this, but we don't want to leave a gap. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>