From patchwork Wed Jun 13 21:07:42 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Zwisler X-Patchwork-Id: 10462923 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 8727E60348 for ; Wed, 13 Jun 2018 21:08:03 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 767A22848B for ; Wed, 13 Jun 2018 21:08:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6B4EF28D7F; Wed, 13 Jun 2018 21:08:03 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0671A2848B for ; Wed, 13 Jun 2018 21:08:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935893AbeFMVH7 (ORCPT ); Wed, 13 Jun 2018 17:07:59 -0400 Received: from mga18.intel.com ([134.134.136.126]:57215 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935913AbeFMVHq (ORCPT ); Wed, 13 Jun 2018 17:07:46 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jun 2018 14:07:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,220,1526367600"; d="scan'208";a="57076298" Received: from theros.lm.intel.com ([10.232.112.164]) by fmsmga002.fm.intel.com with ESMTP; 13 Jun 2018 14:07:44 -0700 From: Ross Zwisler To: Eryu Guan , fstests@vger.kernel.org Cc: Ross Zwisler , linux-nvdimm@lists.01.org Subject: [fstests PATCH] generic/223: skip when using DAX Date: Wed, 13 Jun 2018 15:07:42 -0600 Message-Id: <20180613210742.28148-1-ross.zwisler@linux.intel.com> X-Mailer: git-send-email 2.14.4 Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP As of these upstream kernel commits: commit 6e2608dfd934 ("xfs, dax: introduce xfs_dax_aops") commit 5f0663bb4a64 ("ext4, dax: introduce ext4_dax_aops") generic/223 fails on XFS and ext4 because filesystems mounted with DAX no longer support bmap. This is desired behavior and will not be fixed, according to: https://lists.01.org/pipermail/linux-nvdimm/2018-April/015383.html So, just skip over generic/223 when using DAX so we don't throw false positive test failures. Signed-off-by: Ross Zwisler --- tests/generic/223 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/generic/223 b/tests/generic/223 index dfd8c41b..1a7cf269 100755 --- a/tests/generic/223 +++ b/tests/generic/223 @@ -31,6 +31,7 @@ _supported_os Linux _require_scratch _require_xfs_io_command "falloc" +_exclude_scratch_mount_option dax rm -f $seqres.full