From patchwork Mon Jun 10 02:42:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Theodore Ts'o X-Patchwork-Id: 10983997 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id F3E5C76 for ; Mon, 10 Jun 2019 02:43:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E5C9326530 for ; Mon, 10 Jun 2019 02:43:11 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D9D45287EA; Mon, 10 Jun 2019 02:43:11 +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 7A1E826530 for ; Mon, 10 Jun 2019 02:43:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387399AbfFJCnL (ORCPT ); Sun, 9 Jun 2019 22:43:11 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:57397 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S2387397AbfFJCnK (ORCPT ); Sun, 9 Jun 2019 22:43:10 -0400 Received: from callcc.thunk.org ([66.31.38.53]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id x5A2h1WE017719 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 9 Jun 2019 22:43:02 -0400 Received: by callcc.thunk.org (Postfix, from userid 15806) id A492D420481; Sun, 9 Jun 2019 22:43:01 -0400 (EDT) From: "Theodore Ts'o" To: fstests@vger.kernel.org Cc: "Theodore Ts'o" , Yang Xu Subject: [PATCH] ext4/035: skip this test if DAX is in use Date: Sun, 9 Jun 2019 22:42:54 -0400 Message-Id: <20190610024254.9830-1-tytso@mit.edu> X-Mailer: git-send-email 2.22.0 MIME-Version: 1.0 Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This test creates a file system with a 1k block size. Since there are no architectures with a 1k page size, test file system can never be mounted with DAX enabled, causing the test to fail. Signed-off-by: Theodore Ts'o Cc: Yang Xu Reviewed-by: Yang Xu --- tests/ext4/035 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ext4/035 b/tests/ext4/035 index ac5f38e0..05867402 100755 --- a/tests/ext4/035 +++ b/tests/ext4/035 @@ -36,6 +36,7 @@ _cleanup() _supported_fs ext4 _supported_os Linux _require_scratch +_exclude_scratch_mount_option dax _require_command "$RESIZE2FS_PROG" resize2fs rm -f $seqres.full