mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-20 21:40:29 +00:00
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 <auke.kok@versity.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user