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>
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);