From patchwork Fri Oct 18 18:26:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Josef Bacik X-Patchwork-Id: 3069461 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 694149F243 for ; Fri, 18 Oct 2013 18:26:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 671162039E for ; Fri, 18 Oct 2013 18:26:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2556F2039A for ; Fri, 18 Oct 2013 18:26:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756929Ab3JRS0e (ORCPT ); Fri, 18 Oct 2013 14:26:34 -0400 Received: from dkim1.fusionio.com ([66.114.96.53]:38358 "EHLO dkim1.fusionio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756920Ab3JRS0d (ORCPT ); Fri, 18 Oct 2013 14:26:33 -0400 Received: from mx1.fusionio.com (unknown [10.101.1.160]) by dkim1.fusionio.com (Postfix) with ESMTP id C64E47C0428 for ; Fri, 18 Oct 2013 12:26:32 -0600 (MDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fusionio.com; s=default; t=1382120792; bh=Z0ppUYFN6OhFCUXakgq8h2FaH1QE27QTHwDdqomy44M=; h=From:To:Subject:Date; b=Zg9q8DfDZUId3WPVDBw/BgYnPbU2BlVgw/1qqWMvR6hz8JudAKDSMaBfWgMqN4NYw cGtqvp8rz5muk6Q7EINyJHvCzvmWmMjyGEG1eptWKiP85Ni2IwemCRRBXMVKZsJZck jyMAoXJ7t/kqHpz/JvoFOs1IBq3hgj0cklWCLNdY= X-ASG-Debug-ID: 1382120792-03d6a5194c139730001-6jHSXT Received: from CAS2.int.fusionio.com (cas2.int.fusionio.com [10.101.1.41]) by mx1.fusionio.com with ESMTP id iJkDC9SwCVkLOLhn (version=TLSv1 cipher=AES128-SHA bits=128 verify=NO); Fri, 18 Oct 2013 12:26:32 -0600 (MDT) X-Barracuda-Envelope-From: JBacik@fusionio.com Received: from localhost (10.101.1.160) by mail.fusionio.com (10.101.1.41) with Microsoft SMTP Server (TLS) id 14.3.158.1; Fri, 18 Oct 2013 12:26:31 -0600 From: Josef Bacik To: , Subject: [PATCH 1/8] xfstests: fix btrfs/002 to not use the scratch dev pool Date: Fri, 18 Oct 2013 14:26:23 -0400 X-ASG-Orig-Subj: [PATCH 1/8] xfstests: fix btrfs/002 to not use the scratch dev pool Message-ID: <1382120790-31060-1-git-send-email-jbacik@fusionio.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 X-Originating-IP: [10.101.1.160] X-Barracuda-Connect: cas2.int.fusionio.com[10.101.1.41] X-Barracuda-Start-Time: 1382120792 X-Barracuda-Encrypted: AES128-SHA X-Barracuda-URL: http://10.101.1.180:8000/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at fusionio.com X-Barracuda-BRTS-Status: 1 X-Barracuda-Bayes: INNOCENT GLOBAL 0.0527 1.0000 -1.6832 X-Barracuda-Spam-Score: -1.68 X-Barracuda-Spam-Status: No, SCORE=-1.68 using per-user scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=9.0 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.141571 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Spam-Status: No, score=-7.2 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham 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 This test doesn't need the scratch dev pool and it also doesn't call _require_scratch_dev_pool, so just kick out the scratch dev pool part of the test. Thanks, Reviewed-by: Anand Jain Signed-off-by: Josef Bacik --- tests/btrfs/002 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/btrfs/002 b/tests/btrfs/002 index f4389ae..19a62c6 100755 --- a/tests/btrfs/002 +++ b/tests/btrfs/002 @@ -45,9 +45,8 @@ _need_to_be_root _supported_fs btrfs _supported_os Linux _require_scratch -_require_scratch_dev_pool -_scratch_pool_mkfs > /dev/null 2>&1 || _fail "mkfs failed" +_scratch_mkfs > /dev/null 2>&1 || _fail "mkfs failed" _scratch_mount # Create and save sha256sum