From: Andrey Albershteyn Date: Wed, 26 Feb 2025 14:50:34 +0000 (+0100) Subject: libxfs-apply: drop Cc: to stable release list X-Git-Tag: v6.14.0~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1314f4a59f128439e90733c53cde659dcaeb0eb;p=thirdparty%2Fxfsprogs-dev.git 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 --- diff --git a/tools/libxfs-apply b/tools/libxfs-apply index 98fbcc2e..35642a20 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)