summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/fs/bcachefs/bcachefs-test-libs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fs/bcachefs/bcachefs-test-libs.sh b/tests/fs/bcachefs/bcachefs-test-libs.sh
index 31993bd..375baaf 100644
--- a/tests/fs/bcachefs/bcachefs-test-libs.sh
+++ b/tests/fs/bcachefs/bcachefs-test-libs.sh
@@ -191,7 +191,7 @@ get_slowpath_counters()
bcachefs show-super --field-only counters "$dev"|
grep -E '(fail|restart|blocked|full)'|
- grep -vE '(path_relock_fail|mem_realloced|trans_restart_injected|io_move_write_fail|and_poison)'|
+ grep -vE '(path_relock_fail|mem_realloced|trans_restart_injected|io_move_write_fail|and_poison|write_buffer_flush)'|
grep -v ' 0$' || true
}