Received: by 2002:a05:6a10:c7c6:0:0:0:0 with SMTP id h6csp2563080pxy; Tue, 3 Aug 2021 09:16:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzz4N6uNFPhUkr4bHUNGh5YCJGbHC4JqDYaP8ExqPDCIZpEG9Z0WKDbutWnLqe33QZ1sG3w X-Received: by 2002:a92:6605:: with SMTP id a5mr975709ilc.15.1628007398117; Tue, 03 Aug 2021 09:16:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1628007398; cv=none; d=google.com; s=arc-20160816; b=KCIW1Dk8A9oMd3V6aC2R9eRcGbT1fJ2aiBnllhyGkAtfLUALKzxqr06WiSD5MhbH4d XtmwJZmky44kdsNuGmnFu5Lvsg74XJKXkbQeutLzZjJ2zG/Ihd3gXvNeUK8KFFt2vk4l mn7VdZWDZilLx3sPd4VI4norHQrB7/aOcOByDCCDxNsKK1FEt3Lh7YtUzhmmtW6FemBq 6jClHPXPVTbIGc7cAn1DjnoRvahLsJEkar6m9h549Adig17k/j2yno3r3Oe8n0F87SvK G+RHz2ICa3HlktaT41iKu9jwpRunOgVvuqkVseRHLwZFPmpq+6VqdyHvu+f5SQyHZGbv OIiA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=jTr2gN4Nkd19lGX7Clk3Lfv8lV2gRVcwX2NaSwVp0uk=; b=NV5MBUZcKVLWNe/lu5rOVqWpYN+rrjl4wHBhNNyNTum89PH+VNsAmQ21m5YaBZZEoj /6FBhU2pmHhS1pdeQpUvuQaHgiWl4cRDG+EV7m6iYCJ9iwQZ88sYmFcxWMxBqHUKdoHg XSLR3zk+eiBGcgE3sV2VMJXmTMK2ms3hXQrIlveSsz7ms3Fr9t7TnGk8mr20xDF9mbS4 8o0cR4xTSl9y5MB70gd0UpSeT/WO0+SwrJsfi01B/WOcqqxwEJj0hEDlhT8aLPyEdGz6 aj8Vb0a0RUlgJNqWjqL+W8jkRl2MR5aOmi160e4pYEOERazjDHCDRmbfUEAGvTgghFMu 9KFQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m9si15995906jaj.89.2021.08.03.09.16.16; Tue, 03 Aug 2021 09:16:38 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232397AbhHCQNd (ORCPT + 99 others); Tue, 3 Aug 2021 12:13:33 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:60414 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S232198AbhHCQNa (ORCPT ); Tue, 3 Aug 2021 12:13:30 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 173GDEix020502 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 3 Aug 2021 12:13:14 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id E9C9D15C37C0; Tue, 3 Aug 2021 12:13:13 -0400 (EDT) Date: Tue, 3 Aug 2021 12:13:13 -0400 From: "Theodore Ts'o" To: Jan Kara Cc: linux-ext4@vger.kernel.org Subject: Re: [PATCH 2/9] quota: Do not account space used by project quota file to quota Message-ID: References: <20210616105735.5424-1-jack@suse.cz> <20210616105735.5424-3-jack@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210616105735.5424-3-jack@suse.cz> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Wed, Jun 16, 2021 at 12:57:28PM +0200, Jan Kara wrote: > Project quota files have high inode numbers but are not accounted in > quota usage. Do not track them when computing quota usage. > > Signed-off-by: Jan Kara Thanks, applied to the maint branch (since this is a bug fix unrelated to the orhpan inode feature). It looks like this was an issue that wasn't picked up by our regression tests. Do you have an sample image that you used while you were developing this patch, that perhaps we should be adding to our regression test suite? - Ted