From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D3D27C07E99 for ; Mon, 12 Jul 2021 11:12:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B67D9610E6 for ; Mon, 12 Jul 2021 11:12:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231878AbhGLLOu (ORCPT ); Mon, 12 Jul 2021 07:14:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231406AbhGLLOu (ORCPT ); Mon, 12 Jul 2021 07:14:50 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD3C0C0613DD; Mon, 12 Jul 2021 04:12:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=wfNgLCoMaMRfiX6voCiSUv8fNinqdtRu7maX5BQRvw0=; b=oSt4lAz8eUjy0Mt4a1Yk34zuf0 s0+xgtV9k4jH8ecnReJNjTfu2MwISTsFClNE/VgeumgJOEBzhBAd+umOr6ah3nv+y6vkaQP3Hy+/q xRybX1MZVNECDhI8zP2iJ8pgOVP+KAqmfGp601BTSmb7QvYAnQiLVJoq7v2kviHQVSIEd+owu82Di WY2HEmqAv6L8X9egQI3V87uVZzHdMKxrmAsaPGsFMmnQpNy0e8ACDiqnv3bCnDSDF/gE2sDgUAKtU 9xxUxU7Yys0SitnPKgNFnS01DVXcSoZz6VcY3haIdWGmlbhOw1CV/f6vYqrBs0cTAzi3zL9+LMdMB AgHkHe6A==; Received: from [2001:4bb8:184:8b7c:bd9:61b8:39ba:d78a] (helo=localhost) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1m2tql-00HXCh-KW; Mon, 12 Jul 2021 11:11:54 +0000 From: Christoph Hellwig To: fstests@vger.kernel.org Cc: linux-xfs@vger.kernel.org Subject: prepare for removing support to disable quota accounting Date: Mon, 12 Jul 2021 13:11:40 +0200 Message-Id: <20210712111146.82734-1-hch@lst.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org Hi all, this series contains all the patches to make xfstests cope with a kernel that does not support disabling quota accounting on a running XFS file system.