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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AAE5CC63797 for ; Sun, 8 Jan 2023 17:33:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234019AbjAHRdG (ORCPT ); Sun, 8 Jan 2023 12:33:06 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233558AbjAHRdE (ORCPT ); Sun, 8 Jan 2023 12:33:04 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5A8BED2DC; Sun, 8 Jan 2023 09:33:04 -0800 (PST) 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=Ck9xftdOy/FYE5Mu15FDIoWWlA Nse0BA2aS7N0FhM6zIyGwcHgJDsxXVp+Va46MRAOCAw20XL2WgZbyUwtkyTHf2RJ68GLe5Qeg+3TI aDKy1/U+swa8i3USjLr4+TvR/qyXIyfjVSiCuEL5TOT8F282Jth3DZ15u+W2Ddl7OQHD+7Mt3gwMu euN5q4i9kVgawhvON7i0UovrRMA08MRg1lSi10uBqvSWXSJHWIKgzntqLbyI0EQJoKappNa+ao68E BQAlgPU2sppolLS0dWNDrLeI+NQ4vidfT6REbA9ftSY57n6Z2U8WipW+TwhLf+E8xLeis2TAgnBHJ mQKijkAw==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pEZXY-00Edcz-Th; Sun, 08 Jan 2023 17:33:01 +0000 Date: Sun, 8 Jan 2023 09:33:00 -0800 From: Christoph Hellwig To: Andreas Gruenbacher Cc: Christoph Hellwig , "Darrick J . Wong" , Alexander Viro , Matthew Wilcox , linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, cluster-devel@redhat.com Subject: Re: [PATCH v5 8/9] iomap: Rename page_ops to folio_ops Message-ID: References: <20221231150919.659533-1-agruenba@redhat.com> <20221231150919.659533-9-agruenba@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221231150919.659533-9-agruenba@redhat.com> 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