From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 01016C433FE for ; Tue, 2 Nov 2021 07:16:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D925460F02 for ; Tue, 2 Nov 2021 07:16:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231145AbhKBHSg (ORCPT ); Tue, 2 Nov 2021 03:18:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55756 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230411AbhKBHSf (ORCPT ); Tue, 2 Nov 2021 03:18:35 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4C348C061714; Tue, 2 Nov 2021 00:16:01 -0700 (PDT) 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=l2WBiCb5duYJRA9nKpihqrJOH1Qjg6utSrFiu8qAdtc=; b=LPha+na88e5TzHtb+WK+Zno5yz 1aHZRoGJR1vgmsEtP3K/2+TGm/sY3OYhUa6z8Me9feb7jhWo4ELLqC9faXPgmeyw8vC3k1hzj2DbH IrAq9USqfn0v0cO7xzlr/FPFYSj2dYP7T6hKABt6fMrgQdzKSBDka933auf8uYcUANCX0+H35h+5N JquuNQanJi0soKcTi2b3xdOA/NbbZfmHyL64KgRKPzrjGUbwX0ToGcAUQBenu5mehAbcTo120/vlf G3SZYXjdwWgD0PqWoQB7av30s2TsAPge63xPexTOC3ZsMFtpyymy57qeR7JORx/zma1D6RikNHUOE 1o9Btgtg==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1mho1Y-000kPf-UP; Tue, 02 Nov 2021 07:16:00 +0000 Date: Tue, 2 Nov 2021 00:16:00 -0700 From: Christoph Hellwig To: "Matthew Wilcox (Oracle)" Cc: "Darrick J. Wong" , linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, Jens Axboe , Christoph Hellwig Subject: Re: [PATCH 09/21] iomap: Pass the iomap_page into iomap_set_range_uptodate Message-ID: References: <20211101203929.954622-1-willy@infradead.org> <20211101203929.954622-10-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211101203929.954622-10-willy@infradead.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Looks good, Reviewed-by: Christoph Hellwig