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 4EE9E332EB1 for ; Thu, 19 Feb 2026 07:44:37 +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=1771487078; cv=none; b=Wg7LyJmionjclCjUwxl6foMa0d7X3zZpvGnJ3zjZ60Uug6WhcHDepDDkuUwIvpEl2lTSsNTgQJHc4E9OkepZ/JUY2MmtX3AQQuwPhO8u/EF4ibfT5KIbQ0nskxdx8cm7UCGEnc3KvP7jQUIY0nDTPBQa6E5EFq4NVnpkyvTrRW4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771487078; c=relaxed/simple; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mxRrAcEI+JbyN+utDSZ3Qy7jFuuGcedQumTCWT+I6HRhw682m85tvp3JUMTW/ESBg1mTxZZtYyn+Vs+RCy55Jf3sks87crk+9pMsmMEXda4ivOOEUy/1USP7zJw2Rn3J0+KyunZX4tPp2IVZpLRzge6nu/GFkq4GjoSMv7MH/Ko= 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=qvqeuxDb; 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="qvqeuxDb" 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=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=qvqeuxDbJaSWFIiBpV9T5ewXR0 qYZVQ6jiplZkl02qSLoYXHcM52FRMS39sq+WHw2i2333QhIdh0ui4ldO/Bl+Anuc1Mrp91LWkIbXj KferDnIR8VToyWCFDG9eaiOMz2rYtNLcLnLOHuL+liqABFR2ms11Jdi6TPCJhpxQHJt9gt8XPJTRG rTLQmbQpn9TQw0ePNebcYpK6uN9FJHOQM+NXPwDZ7oPB3ChyTDA7V2bbz1dRW6JpkL5BUF96LmB7a LJqnKPShGFMyCho2NgjL97O9zUYIlP0g7obvnv+2PguRKLdC0GWg2E7DRQsTQGRscP9JQ+6vUHWFQ tUsJ3R5A==; Received: from hch by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1vsyiC-0000000B42s-3SNk; Thu, 19 Feb 2026 07:44:36 +0000 Date: Wed, 18 Feb 2026 23:44:36 -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, nirjhar.roy.lists@gmail.com Subject: Re: [PATCH v2 3/4] xfs: Update lazy counters in xfs_growfs_rt_bmblock() Message-ID: References: <9533af5443570edfd63d876baa5d84b7aaad4dc1.1771486609.git.nirjhar.roy.lists@gmail.com> 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: <9533af5443570edfd63d876baa5d84b7aaad4dc1.1771486609.git.nirjhar.roy.lists@gmail.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Looks good: Reviewed-by: Christoph Hellwig