From: Darrick J. Wong Date: Mon, 24 Mar 2025 17:09:51 +0000 (-0700) Subject: xfs_repair: fix wording of error message about leftover CoW blocks on the rt device X-Git-Tag: v6.14.0~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6caefbdcf10b3c74d26c02c454c9e4134850f95;p=thirdparty%2Fxfsprogs-dev.git 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 Reviewed-by: Andrey Albershteyn --- diff --git a/repair/scan.c b/repair/scan.c index 86565ebb..7d22ff37 100644 --- a/repair/scan.c +++ b/repair/scan.c @@ -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);