]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commit
xfs_repair: improve rtbitmap discrepancy reporting
authorDarrick J. Wong <djwong@kernel.org>
Thu, 21 Nov 2024 00:24:34 +0000 (16:24 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 24 Dec 2024 02:01:33 +0000 (18:01 -0800)
commit9fe5aa9c9c23f2e5101e17525ab769b4d84caf62
treee50ca3652680af99abc2fd26ebebf772bcb7b899
parent607b7197c02125ee16ba6f79beaf0c26efd640c7
xfs_repair: improve rtbitmap discrepancy reporting

Improve the reporting of discrepancies in the realtime bitmap and
summary files by creating a separate helper function that will pinpoint
the exact (word) locations of mismatches.  This will help developers to
diagnose problems with the rtgroups feature and users to figure out
exactly what's bad in a filesystem.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
repair/rt.c