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 X-Spam-Level: X-Spam-Status: No, score=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3FED0C63798 for ; Thu, 22 Jul 2021 13:05:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 205B961353 for ; Thu, 22 Jul 2021 13:05:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232089AbhGVMXm (ORCPT ); Thu, 22 Jul 2021 08:23:42 -0400 Received: from verein.lst.de ([213.95.11.211]:34192 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232039AbhGVMXe (ORCPT ); Thu, 22 Jul 2021 08:23:34 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 4498168D06; Thu, 22 Jul 2021 15:04:08 +0200 (CEST) Date: Thu, 22 Jul 2021 15:04:08 +0200 From: Christoph Hellwig To: dsterba@suse.cz, Christoph Hellwig , Jens Axboe , Josef Bacik , David Sterba , Naohiro Aota , linux-block@vger.kernel.org, linux-btrfs@vger.kernel.org Subject: Re: [PATCH 6/9] btrfs: store a block_device in struct btrfs_ordered_extent Message-ID: <20210722130408.GA26825@lst.de> References: <20210722075402.983367-1-hch@lst.de> <20210722075402.983367-7-hch@lst.de> <20210722125859.GR19710@twin.jikos.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210722125859.GR19710@twin.jikos.cz> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On Thu, Jul 22, 2021 at 02:58:59PM +0200, David Sterba wrote: > On Thu, Jul 22, 2021 at 09:53:59AM +0200, Christoph Hellwig wrote: > > Store the block device instead of the gendisk in the btrfs_ordered_extent > > structure intead of acquiring a reference to it later. > instead > > > > > Signed-off-by: Christoph Hellwig > > Reviewed-by: David Sterba > > I can add the patch to the next pull request so you can rebase your > series on top of it and don't need to carry it until the next merge > window. Assuming Jens is fine with starting the block tree on -rc3 that would be great.