]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_repair: always call into phase5()
authorChristoph Hellwig <hch@lst.de>
Tue, 30 Jul 2024 20:38:26 +0000 (13:38 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 31 Jul 2024 01:46:49 +0000 (18:46 -0700)
commitc230d03e4b23fde946d63a532bd157988d8b5176
treee16f152c4bbd0bdc86087a96e9702eaa7c212b48
parent24d299986c6af25830ccee2265cf39a93740fa4f
xfs_repair: always call into phase5()

Make the phase5() function handle the rt file checking for the no-modify
case instead of special casing it in the main repair flow.

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