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 A0D052571DA; Mon, 27 Oct 2025 07:53:22 +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=1761551604; cv=none; b=hLjdB6uEKkUrVBoRvsb9y2w7tWEtgunkAhz3r4It5XZB++OFX2oIhCmcVadzrZPsvqvh40aS/cxlYvKrCWBnL+tkX9QkHESnaIFbvFTqEwhA32zhmT87XAVB0LSewNkUcFhgmHaN7r2UT7kP+Zh8D7Lixc5ZVpMhKpm9BvgejFw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761551604; 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=tGxHkBSXchJQloLigaWBZUwLDxY45FgXy3c3SUriuGVsfsc0WOU1GO6x6A3r7Zn8o9AP6S4a0sL4aKU7IeQbITaEzdYQkx8cuFM/vN6y5YjLMN3dYWXDB7fiA1ziUgUm8obuC2KVwAt0yT6bk0VlMJfqaQ27OK9oqItFHmdCcx4= 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=Cj6n2Fvt; 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="Cj6n2Fvt" 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=Cj6n2FvtF8wqwJgOtl/DAGsrp2 42q1pHDzbU8lhb46Gs2jC7B8MNbw3v5RYrP0YmdhTSAZ5mF4oNuaBYWlwXTgYvkKRAWwYuUVB12V7 mGo10NHegPFeaISuw7Ik6kuxbBLMTge72M6vScVrElci9Gymjwd8cx9uQoQQryu+Hwoyk07caxxLf 7j0kyviCtVcc2KsL5fndzwn2/UZaafL3vBXgLNbGdpSCd668s6RUXd9LkE0vkpNTcCdXNkxLPJgGI vav9MRu4LxDhhhpcFblGbK6RBP4TTtJCjA6TH3Qd46C5SDZWjS3aDjsmLa9+J+X4QIeqUZHQeTOqA 4j7Fj6gg==; Received: from hch by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1vDI2b-0000000DJ4s-491v; Mon, 27 Oct 2025 07:53:22 +0000 Date: Mon, 27 Oct 2025 00:53:21 -0700 From: Christoph Hellwig To: "Matthew Wilcox (Oracle)" Cc: linux-fsdevel@vger.kernel.org, Christian Brauner , Carlos Maiolino , linux-xfs@vger.kernel.org Subject: Re: [PATCH 09/10] xfs: Use folio_next_pos() Message-ID: References: <20251024170822.1427218-1-willy@infradead.org> <20251024170822.1427218-10-willy@infradead.org> Precedence: bulk X-Mailing-List: linux-fsdevel@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: <20251024170822.1427218-10-willy@infradead.org> 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