]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: improve rtbitmap discrepancy reporting
authorDarrick J. Wong <djwong@kernel.org>
Tue, 9 Jan 2024 17:39:59 +0000 (09:39 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 10 Apr 2024 00:21:39 +0000 (17:21 -0700)
commit152457df25c5f31847787658f63d42af24c9c95f
tree074964151226aefe449b5280d8ccab227e963499
parent1c253ed85c06973fdac8658b08c0387c7f7abe2c
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>
repair/rt.c