From 9bf1f8f1ca9ae53cf3bc8781e4efdb6ebaee70db Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 16 Jan 2024 15:11:26 +0100 Subject: [PATCH] Update ignore_list for bcachefs Also add xfs, for some reason it wasn't on the list already. Signed-off-by: Greg Kroah-Hartman --- ignore_list | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ignore_list b/ignore_list index f2b20ad2032..35e3f772f4e 100644 --- a/ignore_list +++ b/ignore_list @@ -36,4 +36,6 @@ include/uapi/linux/selinux_netlink.h scripts/selinux/ security/selinux/ - +# Filesystems that will send patches to us "by hand" +fs/bcachefs/ +fs/xfs/ -- 2.47.3