From f1314f4a59f128439e90733c53cde659dcaeb0eb Mon Sep 17 00:00:00 2001 From: Andrey Albershteyn Date: Wed, 26 Feb 2025 15:50:34 +0100 Subject: [PATCH] libxfs-apply: drop Cc: to stable release list These Cc: tags are intended for kernel commits which need to be backported to stable kernels. Maintainers of stable kernel aren't interested in xfsprogs syncs. Reviewed-by: Darrick J. Wong Signed-off-by: Andrey Albershteyn --- tools/libxfs-apply | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxfs-apply b/tools/libxfs-apply index 98fbcc2e4..35642a20e 100755 --- a/tools/libxfs-apply +++ b/tools/libxfs-apply @@ -254,6 +254,7 @@ fixup_header_format() } /^Date:/ { date_seen=1; next } /^difflib/ { next } + /[Cc]{2}: ?.*/ { next } // { if (date_seen == 0) -- 2.50.1