From patchwork Thu Dec 22 01:23:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Sandeen X-Patchwork-Id: 9483971 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 DF3DF601D4 for ; Thu, 22 Dec 2016 01:23:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D17E62808F for ; Thu, 22 Dec 2016 01:23:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C61C7283A6; Thu, 22 Dec 2016 01:23:38 +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 5B4BA2808F for ; Thu, 22 Dec 2016 01:23:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938671AbcLVBXh (ORCPT ); Wed, 21 Dec 2016 20:23:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:51768 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S938649AbcLVBXg (ORCPT ); Wed, 21 Dec 2016 20:23:36 -0500 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 C12A03B70D; Thu, 22 Dec 2016 01:23:07 +0000 (UTC) Received: from [IPv6:::1] (ovpn04.gateway.prod.ext.phx2.redhat.com [10.5.9.4]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id uBM1N6um027152 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 21 Dec 2016 20:23:07 -0500 Subject: [PATCH 1/2] generic/244: remove extra junk To: Eric Sandeen , fstests References: <8c91051e-8a78-cb20-d926-ea86e5b4645a@sandeen.net> From: Eric Sandeen Message-ID: <7a066f0b-337a-8920-48d4-88b65633c5d6@redhat.com> Date: Wed, 21 Dec 2016 19:23:06 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <8c91051e-8a78-cb20-d926-ea86e5b4645a@sandeen.net> 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.30]); Thu, 22 Dec 2016 01:23:07 +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 Lots of pointless mounting & unmounting & quotaon etc, get rid of it. Signed-off-by: Eric Sandeen --- -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/tests/generic/244 b/tests/generic/244 index 0b50438..36c632e 100755 --- a/tests/generic/244 +++ b/tests/generic/244 @@ -54,18 +54,11 @@ _supported_os Linux _require_quota _require_scratch -scratch_unmount 2>/dev/null _scratch_mkfs >> $seqres.full 2>&1 -_scratch_mount "-o usrquota,grpquota" -quotacheck -u -g $SCRATCH_MNT 2>/dev/null -quotaon $SCRATCH_MNT 2>/dev/null -_scratch_unmount TYPES="u g" MOUNT_OPTIONS="-o usrquota,grpquota" - _qmount -quotaon $SCRATCH_MNT 2>/dev/null # Ok, do we even have GETNEXTQUOTA? Querying ID 0 should work. $here/src/test-nextquota -i 0 -u -d $SCRATCH_DEV &> $seqres.full || \