From 876c233f06be5c1cd973ad2fb7d803a36c8ad298 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Mon, 13 Apr 2026 15:10:34 -0700 Subject: [PATCH] Ignore another xfs lockdep class This already caught xfs_nondir_ilock_class, but recent CI runs have been hitting xfs_dir_ilock_class, too. Signed-off-by: Auke Kok --- tests/funcs/filter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/funcs/filter.sh b/tests/funcs/filter.sh index 795a01de..1016b8ef 100644 --- a/tests/funcs/filter.sh +++ b/tests/funcs/filter.sh @@ -87,7 +87,7 @@ awk ' ( in_block == 2 ) { buf = buf $0 "\n" if ($0 ~ /<\/TASK>/) { - if (buf ~ /xfs_nondir_ilock_class/ && buf ~ /fs_reclaim/) { + if (buf ~ /xfs_(nondir_|dir_)?ilock_class/ && buf ~ /fs_reclaim/) { # known xfs lockdep false positive, discard } else { printf "%s", buf