From patchwork Sat Mar 5 00:37:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 8508651 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id BF088C0553 for ; Sat, 5 Mar 2016 00:38:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D02272011D for ; Sat, 5 Mar 2016 00:37:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7D60020274 for ; Sat, 5 Mar 2016 00:37:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760172AbcCEAhy (ORCPT ); Fri, 4 Mar 2016 19:37:54 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:39576 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760158AbcCEAhx (ORCPT ); Fri, 4 Mar 2016 19:37:53 -0500 Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id u250bkdp018929 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 5 Mar 2016 00:37:46 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by userv0021.oracle.com (8.13.8/8.13.8) with ESMTP id u250bjHc014745 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sat, 5 Mar 2016 00:37:46 GMT Received: from abhmp0003.oracle.com (abhmp0003.oracle.com [141.146.116.9]) by userv0121.oracle.com (8.13.8/8.13.8) with ESMTP id u250bjjI005917; Sat, 5 Mar 2016 00:37:45 GMT Received: from localhost (/10.159.166.81) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 04 Mar 2016 16:37:45 -0800 Subject: [PATCH 04/12] xfs/23[3-6]: don't source common/xfs, it doesn't exist From: "Darrick J. Wong" To: david@fromorbit.com, darrick.wong@oracle.com Cc: linux-ext4@vger.kernel.org, linux-btrfs@vger.kernel.org, fstests@vger.kernel.org, xfs@oss.sgi.com Date: Fri, 04 Mar 2016 16:37:43 -0800 Message-ID: <20160305003743.28738.8245.stgit@birch.djwong.org> In-Reply-To: <20160305003717.28738.98818.stgit@birch.djwong.org> References: <20160305003717.28738.98818.stgit@birch.djwong.org> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Don't source common/xfs, since it doesn't (yet) exist. Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig --- tests/xfs/233 | 1 - tests/xfs/234 | 1 - tests/xfs/235 | 1 - tests/xfs/236 | 1 - 4 files changed, 4 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/tests/xfs/233 b/tests/xfs/233 index f10af2b..8fcf766 100755 --- a/tests/xfs/233 +++ b/tests/xfs/233 @@ -39,7 +39,6 @@ _cleanup() # get standard environment, filters and checks . ./common/rc . ./common/filter -. ./common/xfs # real QA test starts here _supported_os Linux diff --git a/tests/xfs/234 b/tests/xfs/234 index 649cb7e..2bbf295 100755 --- a/tests/xfs/234 +++ b/tests/xfs/234 @@ -41,7 +41,6 @@ _cleanup() # get standard environment, filters and checks . ./common/rc . ./common/filter -. ./common/xfs # real QA test starts here _supported_os Linux diff --git a/tests/xfs/235 b/tests/xfs/235 index 5af72a6..370131b 100755 --- a/tests/xfs/235 +++ b/tests/xfs/235 @@ -41,7 +41,6 @@ _cleanup() . ./common/rc . ./common/filter . ./common/attr -. ./common/xfs # real QA test starts here _supported_os Linux diff --git a/tests/xfs/236 b/tests/xfs/236 index 99e9a75..c7b3a19 100755 --- a/tests/xfs/236 +++ b/tests/xfs/236 @@ -41,7 +41,6 @@ _cleanup() # get standard environment, filters and checks . ./common/rc . ./common/filter -. ./common/xfs # real QA test starts here _supported_os Linux