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 B2AD0C7618A for ; Tue, 14 Mar 2023 17:33:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229902AbjCNRdr (ORCPT ); Tue, 14 Mar 2023 13:33:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50714 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230491AbjCNRdj (ORCPT ); Tue, 14 Mar 2023 13:33:39 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C871AAA721; Tue, 14 Mar 2023 10:33:36 -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=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=3/D8kLoLJu7zVfZVRXmwhPQCRm yQK1QrmJQ9Ny9RBTEtfXXrr9UdBXZhC0s5SArKbfiLO96/A0+sTWoaIj1+7Pt/6YxZl4w8ttbc/13 KWU74cSDfKKJtsifmlA3NpHmDxuNSRN05hFKsGf5eVSJRtYhUHa7Sz3D/oHUCBwC2vHAAAR+dbVLo e4ouyI2VPIhyd/tyNluJuZY5Pp6LM306ee22GlUUddbqm/xvdAEv8tI63CHIBSwcjL8aAJ2fWGHrc vKzKqFriL8hnk1IhJsj8ac1WmR+vKsACHKZOu9OHM19rKXjXW5GXrmf/Jokack7QblFgrmollRaCE YjmjhYRw==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1pc8Wb-00B1nw-11; Tue, 14 Mar 2023 17:33:25 +0000 Date: Tue, 14 Mar 2023 10:33:25 -0700 From: Christoph Hellwig To: David Howells Cc: Jens Axboe , Al Viro , Christoph Hellwig , Matthew Wilcox , Jan Kara , Jeff Layton , David Hildenbrand , Jason Gunthorpe , Logan Gunthorpe , Hillf Danton , Linus Torvalds , linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, John Hubbard Subject: Re: [PATCH v17 09/14] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing Message-ID: References: <20230308165251.2078898-1-dhowells@redhat.com> <20230308165251.2078898-10-dhowells@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230308165251.2078898-10-dhowells@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-kernel@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig