]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: fix wording of error message about leftover CoW blocks on the rt device
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Mar 2025 17:09:51 +0000 (10:09 -0700)
committerAndrey Albershteyn <aalbersh@kernel.org>
Mon, 31 Mar 2025 09:45:45 +0000 (11:45 +0200)
commite6caefbdcf10b3c74d26c02c454c9e4134850f95
tree225dadbedac095010075ab4ea605e7e5205f3df1
parent2d5aa51bee121208da9c11be6d14c463c5661d26
xfs_repair: fix wording of error message about leftover CoW blocks on the rt device

Fix the wording so the user knows it's the rt cow staging extents that
were lost.

Fixes: a9b8f0134594d0 ("xfs_repair: use realtime refcount btree data to check block types")
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Andrey Albershteyn <aalbersh@kernel.org>
repair/scan.c