]> www.infradead.org Git - users/hch/xfsprogs.git/commit
repair: refactor check_rtfile_contents
authorChristoph Hellwig <hch@lst.de>
Thu, 18 Jul 2024 11:45:32 +0000 (13:45 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 18 Jul 2024 13:13:57 +0000 (15:13 +0200)
commit0e4d3d86f29e8e184b46e17cd06b9aa37ff603b5
tree5170675e0b0d4de3dfc07e2dcd1b0695eaaf9bdd
parentd79d498fd0dc06694a7903a7715b9179d4ce100c
repair: refactor check_rtfile_contents

Use a single conditional for all the bitmap vs summary information
instead of passing various arguments.

Signed-off-by: Christoph Hellwig <hch@lst.de>
repair/rt.c