From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5071A2FD1DB for ; Wed, 18 Feb 2026 05:55:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771394125; cv=none; b=U8kz7vZEWRFAlJTPCq8TVHrhdCKL00EWfznq1dw1mkU5fmlsq5eDwuVCd4HNC2c+Uya8pzAnU2SuDNvjI8oa3VES8e+aH2RgiG7wpF/E9TravZOAWuEi32dKdVUL8qtRRzemIEoO1hSuYFFpVjR4prbm1UYqtq6iwx5L0/oPEoA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771394125; c=relaxed/simple; bh=aaPEgV8eYu1K8Bcmvkk0qNfXfUND7D1S2UVJgnUTN3U=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Mj3+VsQA1/zjCXrYwznGL4fEFm7WXXpOf9lUOeMAXkpm4MGC0gLDLP3VydPdk02z3xrpdBYQ0FvaUT0L9sIHL2yor6xOFeO8gqUTG7Caro226gW+dGPBAtoinh7w32GACR1HTQ5ZOxSUVhILHmeYOzpsWrZzLJaUM3YZCwQ+0fc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=EtFnXp1e; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="EtFnXp1e" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=4JctS4OpWamxB98XRg5kHRgapsB3o2XLGMyW5mSsCqQ=; b=EtFnXp1eZJ8cYCOGhuk4rk3pR4 wz6bBn8BWZ4+T2N0Pa6BZWXpEnqB5Togm7rcADgA2jfnkk96HsV6IwDcTNAuv/TfrNmi7mxWLiIiv ruaeFxhtZDfUweuRqz1sq/nwm7pyg1eT8CtgHTpr5oo59N4Buc91Bs09xRLyifYydhQnA5CFxrebh zEarjwBsGEQ3nb8hqwuimmLmrzQ4cFDE+H43tVZ+CwE54nlcZVcm3d3iyOWT1W9n2vstxLb5bvVG0 7wu70wCQiYD5edihQPkvN/13AgUR19oi4MI75TxHydCSkLfLXMlPtv6xZRY5tPqKBJJL7Wj57PKoO 3hglC7DQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1vsaWx-00000009KvB-3lSd; Wed, 18 Feb 2026 05:55:23 +0000 Date: Tue, 17 Feb 2026 21:55:23 -0800 From: Christoph Hellwig To: "Nirjhar Roy (IBM)" Cc: djwong@kernel.org, hch@infradead.org, cem@kernel.org, linux-xfs@vger.kernel.org, ritesh.list@gmail.com, ojaswin@linux.ibm.com Subject: Re: [PATCH v1 3/4] xfs: Update lazy counters in xfs_growfs_rt_bmblock() Message-ID: References: Precedence: bulk X-Mailing-List: linux-xfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html On Thu, Feb 12, 2026 at 07:31:46PM +0530, Nirjhar Roy (IBM) wrote: > Update lazy counters in xfs_growfs_rt_bmblock() similar to the way it > is done xfs_growfs_data_private(). Please explain why you're doing this. I think it would also be helpful to bring over a comment similar to the one in xfs_growfs_data_private.