]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: fix the RT device check in process_dinode_int
authorChristoph Hellwig <hch@lst.de>
Mon, 14 Apr 2025 05:36:11 +0000 (07:36 +0200)
committerAndrey Albershteyn <aalbersh@kernel.org>
Tue, 29 Apr 2025 16:09:57 +0000 (18:09 +0200)
commit049a4797a652e7edca6ddcf5009891603271fbe7
tree88640c5fbe40e1da8581a56addb6a85a89926827
parent09836e4da195904174f658a7c1303e3baba711d5
xfs_repair: fix the RT device check in process_dinode_int

Don't look at the variable for the rtname command line option, but
the actual file system geometry.

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