From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wm0-f65.google.com ([74.125.82.65]:34105 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932075AbdJJOz3 (ORCPT ); Tue, 10 Oct 2017 10:55:29 -0400 Received: by mail-wm0-f65.google.com with SMTP id l10so22787289wmg.1 for ; Tue, 10 Oct 2017 07:55:29 -0700 (PDT) From: Ilya Dryomov Subject: [PATCH 3/3] generic/036,208: whitelist [iomap_]dio_complete() WARNs Date: Tue, 10 Oct 2017 16:54:58 +0200 Message-Id: <1507647298-9971-4-git-send-email-idryomov@gmail.com> In-Reply-To: <1507647298-9971-1-git-send-email-idryomov@gmail.com> References: <1507647298-9971-1-git-send-email-idryomov@gmail.com> Sender: fstests-owner@vger.kernel.org To: fstests@vger.kernel.org Cc: Lukas Czerner List-ID: These tests appear to mix buffered and O_DIRECT I/O; easily triggered on both xfs and ext4. Signed-off-by: Ilya Dryomov --- tests/generic/036 | 2 ++ tests/generic/208 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/generic/036 b/tests/generic/036 index 0615dad45e37..27e9916bc13a 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 f57e2bc76f8b..1768e4220e91 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 -- 2.4.3