From patchwork Fri Jul 28 10:48:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Layton X-Patchwork-Id: 9868465 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 19B9E6035E for ; Fri, 28 Jul 2017 10:48:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 196BA288A0 for ; Fri, 28 Jul 2017 10:48:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0E25D288B7; Fri, 28 Jul 2017 10:48:31 +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=-6.9 required=2.0 tests=BAYES_00,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 C168A288A0 for ; Fri, 28 Jul 2017 10:48:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751684AbdG1Ksa (ORCPT ); Fri, 28 Jul 2017 06:48:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:48406 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751660AbdG1Ksa (ORCPT ); Fri, 28 Jul 2017 06:48:30 -0400 Received: from tleilax.poochiereds.net (cpe-45-37-196-243.nc.res.rr.com [45.37.196.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 286A322B61; Fri, 28 Jul 2017 10:48:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 286A322B61 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=jlayton@kernel.org From: Jeff Layton To: Eryu Guan Cc: fstests@vger.kernel.org, cluster-devel@redhat.com Subject: [PATCH] generic/441: whitelist gfs2 for full test Date: Fri, 28 Jul 2017 06:48:27 -0400 Message-Id: <20170728104827.7260-1-jlayton@kernel.org> X-Mailer: git-send-email 2.13.3 Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Jeff Layton gfs2 passes the full-scale generic/441 test with the patch that converts it to use errseq_t reporting for fsync. Signed-off-by: Jeff Layton --- tests/generic/441 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/441 b/tests/generic/441 index 075d87723ca1..b98f709cb6eb 100755 --- a/tests/generic/441 +++ b/tests/generic/441 @@ -55,7 +55,7 @@ case $FSTYP in btrfs) _notrun "btrfs has a specialized test for this" ;; - ext3|ext4|xfs) + ext3|ext4|gfs2|xfs) # Do the more thorough test if we have a logdev _has_logdev && sflag='' ;;