From patchwork Wed Sep 28 03:44:10 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eryu Guan X-Patchwork-Id: 9353071 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 920D66077A for ; Wed, 28 Sep 2016 03:44:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 86A6A29315 for ; Wed, 28 Sep 2016 03:44:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7730429312; Wed, 28 Sep 2016 03:44:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2751B29312 for ; Wed, 28 Sep 2016 03:44:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752654AbcI1Do3 (ORCPT ); Tue, 27 Sep 2016 23:44:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36436 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751725AbcI1Do3 (ORCPT ); Tue, 27 Sep 2016 23:44:29 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EDB43E0372 for ; Wed, 28 Sep 2016 03:44:28 +0000 (UTC) Received: from localhost (vpn1-6-61.pek2.redhat.com [10.72.6.61]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u8S3iRNR030277; Tue, 27 Sep 2016 23:44:28 -0400 From: Eryu Guan To: fstests@vger.kernel.org Cc: Eryu Guan Subject: [PATCH 2/2] xfs/287: fix wrong seq number in test Date: Wed, 28 Sep 2016 11:44:10 +0800 Message-Id: <1475034250-6909-2-git-send-email-eguan@redhat.com> In-Reply-To: <1475034250-6909-1-git-send-email-eguan@redhat.com> References: <1475034250-6909-1-git-send-email-eguan@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 28 Sep 2016 03:44:28 +0000 (UTC) Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP It's 287 not 285. Signed-off-by: Eryu Guan Reviewed-by: Dave Chinner --- tests/xfs/287 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/287 b/tests/xfs/287 index aca410a..766c91e 100755 --- a/tests/xfs/287 +++ b/tests/xfs/287 @@ -1,5 +1,5 @@ #! /bin/bash -# FS QA Test No. 285 +# FS QA Test No. 287 # # Test to verify project quota xfs_admin, xfsdump/xfsrestore and # xfs_db functionality