From patchwork Mon Mar 25 13:43:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rich Johnston X-Patchwork-Id: 2331361 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 4B0D33FC54 for ; Mon, 25 Mar 2013 13:43:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757907Ab3CYNn0 (ORCPT ); Mon, 25 Mar 2013 09:43:26 -0400 Received: from relay3.sgi.com ([192.48.152.1]:51352 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757818Ab3CYNnZ (ORCPT ); Mon, 25 Mar 2013 09:43:25 -0400 Received: from xmail.sgi.com (pv-excas3-dc21.corp.sgi.com [137.38.102.206]) by relay3.corp.sgi.com (Postfix) with ESMTP id 99250AC001; Mon, 25 Mar 2013 06:43:20 -0700 (PDT) Received: from [128.162.233.55] (128.162.233.55) by xmail.sgi.com (137.38.102.30) with Microsoft SMTP Server (TLS) id 14.2.318.1; Mon, 25 Mar 2013 08:43:20 -0500 Message-ID: <5150547C.60606@sgi.com> Date: Mon, 25 Mar 2013 08:43:24 -0500 From: Rich Johnston User-Agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: Wang Sheng-Hui CC: Dave Chinner , xfstests , Subject: Re: [PATCH] xfstests 276: use _require_no_large_scratch_dev instead of the removed _require_nobigloopfs References: <514AA503.4060101@gmail.com> In-Reply-To: <514AA503.4060101@gmail.com> X-Originating-IP: [128.162.233.55] Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On 03/21/2013 01:13 AM, Wang Sheng-Hui wrote: > _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" > Thanks for the patch. Not sure what is wrong with your patch (trailing space maybe), but it could not be imported using git quiltimport. The patch itself makes sense so I have committed the attached: Reviewed-by: Rich Johnston commit 07c1f8d7bae36f2c28ffee6f09c318b1142b6f90 Author: Wang Sheng-Hui Date: Thu Mar 21 06:13:23 2013 +0000 xfstests 276: use _require_no_large_scratch_dev instead of the removed _require_nobigloopfs From patchwork Thu Mar 21 06:13:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: xfstests 276: use _require_no_large_scratch_dev instead of the removed _require_nobigloopfs Date: Thu, 21 Mar 2013 06:13:23 -0000 From: Wang Sheng-Hui X-Patchwork-Id: 5083 Message-Id: <514AA503.4060101@gmail.com> To: Dave Chinner , xfstests , 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 Reviewed-by: Rich Johnston Signed-off-by: Rich Johnston --- 276 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Index: b/276 =================================================================== --- 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"