From patchwork Wed Jun 26 15:52:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Josef Bacik X-Patchwork-Id: 2786791 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.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 12860C0AB1 for ; Wed, 26 Jun 2013 15:53:15 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CEEE12052C for ; Wed, 26 Jun 2013 15:53:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B595C20524 for ; Wed, 26 Jun 2013 15:53:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751645Ab3FZPxJ (ORCPT ); Wed, 26 Jun 2013 11:53:09 -0400 Received: from dkim1.fusionio.com ([66.114.96.53]:59541 "EHLO dkim1.fusionio.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751374Ab3FZPxH (ORCPT ); Wed, 26 Jun 2013 11:53:07 -0400 Received: from mx1.fusionio.com (unknown [10.101.1.160]) by dkim1.fusionio.com (Postfix) with ESMTP id 4311A7C0423 for ; Wed, 26 Jun 2013 09:53:07 -0600 (MDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=fusionio.com; s=default; t=1372261987; bh=GIrYc6HjJaSSz7HEQk3iRd60xFcA2cHHLfYXk+Z0SmA=; h=From:To:Subject:Date; b=DwSpaZNwR9+onJ3joUEKguCC1DkhTdjNBdr4gv5NeNQO3nYbHxOUvN6GuUCtXGSvV NaXORWkf/W8QUh4NXL932hRtfJ8NQboCFbaorELPFz6Z5Xl/Y1e44GSQW5h3DU6cBA E2D4j3hGpugaqlJAOubFKcQfaoBjnorvPra7ktEk= X-ASG-Debug-ID: 1372261978-03d6a577cb137940001-6jHSXT Received: from CAS1.int.fusionio.com (cas1.int.fusionio.com [10.101.1.40]) by mx1.fusionio.com with ESMTP id c8NsmyyPDGxqboH8 (version=TLSv1 cipher=AES128-SHA bits=128 verify=NO); Wed, 26 Jun 2013 09:52:58 -0600 (MDT) X-Barracuda-Envelope-From: JBacik@fusionio.com Received: from localhost (10.101.1.160) by mail.fusionio.com (10.101.1.40) with Microsoft SMTP Server (TLS) id 14.3.123.3; Wed, 26 Jun 2013 09:52:57 -0600 From: Josef Bacik To: , Subject: [PATCH] xfstests: fix btrfs/264 to not use the scratch dev pool Date: Wed, 26 Jun 2013 11:52:56 -0400 X-ASG-Orig-Subj: [PATCH] xfstests: fix btrfs/264 to not use the scratch dev pool Message-ID: <1372261976-11426-1-git-send-email-jbacik@fusionio.com> X-Mailer: git-send-email 1.7.7.6 MIME-Version: 1.0 X-Originating-IP: [10.101.1.160] X-Barracuda-Connect: cas1.int.fusionio.com[10.101.1.40] X-Barracuda-Start-Time: 1372261978 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-Bayes: INNOCENT GLOBAL 0.0000 1.0000 -2.0210 X-Barracuda-Spam-Score: -2.02 X-Barracuda-Spam-Status: No, SCORE=-2.02 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.135032 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=-8.1 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, Signed-off-by: Josef Bacik Reviewed-by: Anand Jain --- tests/btrfs/264 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/btrfs/264 b/tests/btrfs/264 index b08667a..8eef43b 100755 --- a/tests/btrfs/264 +++ b/tests/btrfs/264 @@ -46,7 +46,7 @@ _supported_fs btrfs _supported_os Linux _require_scratch -_scratch_mkfs $SCRATCH_DEV_POOL > /dev/null 2>&1 || _fail "mkfs failed" +_scratch_mkfs > /dev/null 2>&1 || _fail "mkfs failed" _scratch_mount # Create and save sha256sum