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 9278CC433EF for ; Tue, 2 Nov 2021 07:27:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7D40660F56 for ; Tue, 2 Nov 2021 07:27:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230324AbhKBH3l (ORCPT ); Tue, 2 Nov 2021 03:29:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58418 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229497AbhKBH3l (ORCPT ); Tue, 2 Nov 2021 03:29:41 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C6691C061714; Tue, 2 Nov 2021 00:27:06 -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=0ECuhMZnHhnPuG2L7P4nL71mpuX9MiFsJeBeA8Bt8YM=; b=ar1kgdAMnWAQeAtZ9m73TnlCsT Tcj976efGr3GKEvKLkVtAkUVstxveqKlUTqCqG8HYW35V61XDrWpPdsDBNs8ieKHZ35G7V8eOvRXB B9tiHeuWUuYg2uWsl+hiIkGVnns13YtcRQ/rgdEmYlzuNNBZFLBCCQ4mUWbD2cIcscOAjMKq00S0P 1kv37Ax1kcB7gPSqydFIcxqPzVBx5Xt8dW8TElTZj3Ms+EfvhmO/ZbtegiSsuUFwH0i5KsKQJy+3i Ukra6Wbbn2sPRCamaqBvJhRw8Ak2/xrGLuMpZKkNcrDqMyRH7dMFWpHb6u7cCJCbs703G8ENd0229 KAyxkBMQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1mhoCG-000mHi-N8; Tue, 02 Nov 2021 07:27:04 +0000 Date: Tue, 2 Nov 2021 00:27:04 -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 19/21] iomap: Convert iomap_migrate_page to use folios Message-ID: References: <20211101203929.954622-1-willy@infradead.org> <20211101203929.954622-20-willy@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211101203929.954622-20-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-block@vger.kernel.org On Mon, Nov 01, 2021 at 08:39:27PM +0000, Matthew Wilcox (Oracle) wrote: > The arguments are still pages for now, but we can use folios internally > and cut out a lot of calls to compound_head(). Looks good, Reviewed-by: Christoph Hellwig