From patchwork Thu Mar 21 06:13:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wang Sheng-Hui X-Patchwork-Id: 2311081 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 7C7C640213 for ; Thu, 21 Mar 2013 06:13:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754507Ab3CUGNi (ORCPT ); Thu, 21 Mar 2013 02:13:38 -0400 Received: from mail-ie0-f177.google.com ([209.85.223.177]:44087 "EHLO mail-ie0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750973Ab3CUGNh (ORCPT ); Thu, 21 Mar 2013 02:13:37 -0400 Received: by mail-ie0-f177.google.com with SMTP id 16so3110928iea.22 for ; Wed, 20 Mar 2013 23:13:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=CjeyqGK9AJ9QbgWRa8BZshRZkb6DPyGHi72wjsw7Fhk=; b=w7ld1w9umyGLtT/ArprEoi1Ws83uTHHXKO4ssS8i3qYYtg1cbjrq9vvnNH45TFsNwB BTA2AWuldgyZfulsrlDTzEao7vh2JItd/8LnW/lU2Dvo+RWEIifgkT8zplFHQ0H+/zRe /57IiYxsLR8cpKC0syxbKyMYsYn+alRtRDvBnHhgWup6Lw0ndp7CEnrmRlCJtc8eYsJy ln1N79McBlHBzJMAFIeRqF+lAW6BWNv56/kWZq1+sFxTikbqsdkphzJlVczjNDt7vlJO 7yq9EblLIKMtElGaNeHJyF6KR+AJ9yDyfc2dPT/vv4HUS3TQ+c6G9LvKdkCRfkFaPiFJ HVgQ== X-Received: by 10.50.57.225 with SMTP id l1mr1318587igq.71.1363846417440; Wed, 20 Mar 2013 23:13:37 -0700 (PDT) Received: from [9.115.120.108] ([202.108.130.138]) by mx.google.com with ESMTPS id ew5sm5679301igc.2.2013.03.20.23.13.32 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 20 Mar 2013 23:13:36 -0700 (PDT) Message-ID: <514AA503.4060101@gmail.com> Date: Thu, 21 Mar 2013 14:13:23 +0800 From: Wang Sheng-Hui User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Dave Chinner , xfstests , linux-btrfs@vger.kernel.org Subject: [PATCH] xfstests 276: use _require_no_large_scratch_dev instead of the removed _require_nobigloopfs Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org _require_nobigloopfs has been removed. We should use _require_no_large_scratch_dev in the test script. Signed-off-by: Wang Sheng-Hui --- 276 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/276 b/276 index 40b30cf..87363ca 100755 --- a/276 +++ b/276 @@ -58,8 +58,7 @@ _need_to_be_root _supported_fs btrfs _supported_os Linux _require_scratch - -_require_nobigloopfs +_require_no_large_scratch_dev _require_btrfs inspect-internal _require_command "/usr/sbin/filefrag"