From: Ilya Dryomov Date: Thu, 12 Oct 2017 14:54:04 +0000 (+0200) Subject: generic/036,208: whitelist [iomap_]dio_complete() WARNs X-Git-Tag: v2022.05.01~1822 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=228aee780f13804a58915d18623b62103d1e920e;p=xfstests-dev.git generic/036,208: whitelist [iomap_]dio_complete() WARNs These tests appear to mix buffered and O_DIRECT I/O; easily triggered on both xfs and ext4. Signed-off-by: Ilya Dryomov Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/generic/036 b/tests/generic/036 index 0615dad4..27e9916b 100755 --- a/tests/generic/036 +++ b/tests/generic/036 @@ -48,4 +48,6 @@ _require_test _run_aiodio aio-dio-fcntl-race +_check_dmesg _filter_aiodio_dmesg + exit $status diff --git a/tests/generic/208 b/tests/generic/208 index f57e2bc7..1768e422 100755 --- a/tests/generic/208 +++ b/tests/generic/208 @@ -50,4 +50,6 @@ rm -f $seqres.full _run_aiodio aio-dio-invalidate-failure +_check_dmesg _filter_aiodio_dmesg + exit $status