From patchwork Wed Mar 8 11:54:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eryu Guan X-Patchwork-Id: 9610941 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 085626046A for ; Wed, 8 Mar 2017 12:01:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ED31128178 for ; Wed, 8 Mar 2017 12:01:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E02522855E; Wed, 8 Mar 2017 12:01:47 +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 93DF828178 for ; Wed, 8 Mar 2017 12:01:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751929AbdCHMBr (ORCPT ); Wed, 8 Mar 2017 07:01:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60408 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751603AbdCHMBr (ORCPT ); Wed, 8 Mar 2017 07:01:47 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E69D380F94 for ; Wed, 8 Mar 2017 11:54:17 +0000 (UTC) Received: from localhost (dhcp12-113.nay.redhat.com [10.66.12.113] (may be forged)) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v28BsGfc010264; Wed, 8 Mar 2017 06:54:16 -0500 From: Eryu Guan To: fstests@vger.kernel.org Cc: Eryu Guan Subject: [PATCH] ext4/308: add the missing _supported_fs Date: Wed, 8 Mar 2017 19:54:10 +0800 Message-Id: <20170308115410.11346-1-eguan@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Wed, 08 Mar 2017 11:54:17 +0000 (UTC) Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP There's no supported fs check in this test, it will run on all filesystems. Let's add it back. Signed-off-by: Eryu Guan --- tests/ext4/308 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ext4/308 b/tests/ext4/308 index 74bfc1b..4a811af 100755 --- a/tests/ext4/308 +++ b/tests/ext4/308 @@ -43,6 +43,7 @@ _cleanup() # real QA test starts here _supported_os Linux +_supported_fs ext4 _require_scratch _require_defrag _require_xfs_io_command "falloc"