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 CEC32311C38; Thu, 11 Sep 2025 11:16:43 +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=1757589408; cv=none; b=Ax913aGcMtTLvhvVI8PTx37Xhsy5QG/cU1E6Z+7ubvh7eOTHtgllAqjxRvWNokQRvT9HrYU+RX/ZWk6YR3ynkNJJVlK/uIzA1T2pp6mAV18HNllsZDOpLEZdX1o0t8Ln9nebC+xWSjr63fQsC6Kp2g+spq55BZ51m9zZ8zgTCno= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1757589408; 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=aVrqtlqvouquXwLkyNuKVHQpp62LlRLWmIDgNMFaOuVOArfiqPaM8v9besFe8UKC3lkkObIel7rbsO2kN0votouVOtomdq0jvlpC6z3G9ucyRhKlNpMtVTFpbiK+qtGz6ClRzKI7LG7e4HDUoMrvrRJpbTQbBueW7UX2BNudPyU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (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=hN6P2KGh; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (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="hN6P2KGh" 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=hN6P2KGhapAb/wOYlm+xDHRBOC A7jz8EGMwe+eYHJFtyg7+dhbuJ6+FKKqaxo9vC60WJWgMjF8CAtc3mvDtJltTwq4LJTA667XVZ6zM sF8Q1h7jVluzJX9whXTYlI3c2tb0BLISIlFYtwT/9uJc+DqEUR9isnMZ0qYiV7m8dj4XYMEm+zZ/E Rieu3dsaYgFd6XTGlhE3MEn/4e1iZJMyl6mn0p06L6jxHM4szdox20IwUuGUfLfc6amvaCXD6FQph T3VfHU7ewjviECsRNwNiP9zdqFn6OObv6vqrzL2Ryc7SfgddQAzrvkFKIjNvLPE2pXWb0+Y0MiM6o NB9VKvhw==; Received: from hch by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1uwfIB-00000002c7c-0Ds7; Thu, 11 Sep 2025 11:16:43 +0000 Date: Thu, 11 Sep 2025 04:16:43 -0700 From: Christoph Hellwig To: Joanne Koong Cc: brauner@kernel.org, miklos@szeredi.hu, hch@infradead.org, djwong@kernel.org, hsiangkao@linux.alibaba.com, linux-block@vger.kernel.org, gfs2@lists.linux.dev, linux-fsdevel@vger.kernel.org, kernel-team@meta.com, linux-xfs@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH v2 09/16] iomap: add public start/finish folio read helpers Message-ID: References: <20250908185122.3199171-1-joannelkoong@gmail.com> <20250908185122.3199171-10-joannelkoong@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: <20250908185122.3199171-10-joannelkoong@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