From 8cf6f737442e1d542445e8557fb439b0f1ca2448 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Thu, 28 May 2020 15:03:03 -0700 Subject: [PATCH] scoutfs-tests: filter another ext4 kernel message Add another expected warning from ext4 during xfstests that should not cause failure. Signed-off-by: Zach Brown --- tests/funcs/filter.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/funcs/filter.sh b/tests/funcs/filter.sh index d35b87b9..b0369653 100644 --- a/tests/funcs/filter.sh +++ b/tests/funcs/filter.sh @@ -31,6 +31,7 @@ t_filter_dmesg() re="$re|scoutfs .* error reading super block" re="$re| EXT4-fs (.*): get root inode failed" re="$re| EXT4-fs (.*): mount failed" + re="$re| EXT4-fs (.*): no journal found" # dropping caches is fine re="$re| drop_caches: "