]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
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)
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

index 86565ebb9f2faf24c15e74826d1f65b98b40dd0a..7d22ff378484aa7bccfb49c097c7f2652521a250 100644 (file)
@@ -2082,7 +2082,7 @@ _("invalid rt reference count %u in record %u of %s\n"),
                                case XR_E_UNKNOWN:
                                case XR_E_COW:
                                        do_warn(
-_("leftover CoW rtextent (%llu)\n"),
+_("leftover rt CoW rtextent (%llu)\n"),
                                                (unsigned long long)rgbno);
                                        set_bmap_ext(rgno, b, len, XR_E_FREE,
                                                        true);