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 0B55EC54EAA for ; Tue, 24 Jan 2023 19:01:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234425AbjAXTBo (ORCPT ); Tue, 24 Jan 2023 14:01:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234063AbjAXTBe (ORCPT ); Tue, 24 Jan 2023 14:01:34 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 200544DCD9; Tue, 24 Jan 2023 11:01:31 -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=I2LSE/gNflJgPGeMH4Z2keN/YI PvtX07ROIY65bgS716Qv7a7cTX0sFJApENOp7KJ6T7Qc5hUT+sCTZ9p5q+c5PJE0Sl61xeGDKVJOb OkPjNtsT9Daaj/059U77qFhPadPZHMJbFfGqubTBgEPIkXU61EMh28ktK3Qgu4INDH+v77YN1qP8a R5H0WcNqc3PkCUs0HtvbeSMDkdN+rq0ufVf2fhiPDpyANHsuPXnD6wfmPvCj5HCzdoQNb7+0d/9Sw s5FPcqdqIXdCb7ghAtePI4MNhrmZ9TSMillCbg3Xjxy3YQ5Yx/t7mfjqPdWWE87TM3j+GtSrVfSaC 2uLaCjBQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKOXs-00502Z-43; Tue, 24 Jan 2023 19:01:24 +0000 Date: Tue, 24 Jan 2023 11:01:24 -0800 From: Christoph Hellwig To: David Howells Cc: Al Viro , Christoph Hellwig , Matthew Wilcox , Jens Axboe , Jan Kara , Jeff Layton , David Hildenbrand , Jason Gunthorpe , Logan Gunthorpe , linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, Christoph Hellwig Subject: Re: [PATCH v9 5/8] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic Message-ID: References: <20230124170108.1070389-1-dhowells@redhat.com> <20230124170108.1070389-6-dhowells@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230124170108.1070389-6-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