From patchwork Fri Jul 15 04:59:21 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eryu Guan X-Patchwork-Id: 9231159 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 EAC6D60868 for ; Fri, 15 Jul 2016 04:59:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D110227FBE for ; Fri, 15 Jul 2016 04:59:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B25582818B; Fri, 15 Jul 2016 04:59:37 +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 541FA27FBE for ; Fri, 15 Jul 2016 04:59:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751940AbcGOE7f (ORCPT ); Fri, 15 Jul 2016 00:59:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:40344 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750870AbcGOE7e (ORCPT ); Fri, 15 Jul 2016 00:59:34 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (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 7E032C0624AD for ; Fri, 15 Jul 2016 04:59:34 +0000 (UTC) Received: from localhost (dhcp-12-123.nay.redhat.com [10.66.12.123]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u6F4xXKt006357; Fri, 15 Jul 2016 00:59:33 -0400 From: Eryu Guan To: fstests@vger.kernel.org Cc: Eryu Guan Subject: [PATCH] xfs: fix wrong seq order in group file Date: Fri, 15 Jul 2016 12:59:21 +0800 Message-Id: <1468558761-22665-1-git-send-email-eguan@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Fri, 15 Jul 2016 04:59:34 +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 006 and 007 are in reverse order, and this breaks tools to find the next available seq number in group file (e.g. tools/nextid). Signed-off-by: Eryu Guan Reviewed-by: Dave Chinner --- I made this mistake when merging xfs/006, sorry! tests/xfs/group | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/group b/tests/xfs/group index 9f8ca0f..59d2a85 100644 --- a/tests/xfs/group +++ b/tests/xfs/group @@ -3,8 +3,8 @@ 003 db auto quick 004 db auto quick 005 auto quick -007 auto quota quick 006 auto quick mount +007 auto quota quick 008 rw ioctl auto quick 009 rw ioctl auto prealloc quick 010 auto quick repair