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 9D1C8C433F5 for ; Thu, 7 Apr 2022 07:41:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242025AbiDGHnf (ORCPT ); Thu, 7 Apr 2022 03:43:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48130 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232312AbiDGHnd (ORCPT ); Thu, 7 Apr 2022 03:43:33 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 146771A810; Thu, 7 Apr 2022 00:41:32 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id EC75368AFE; Thu, 7 Apr 2022 09:41:28 +0200 (CEST) Date: Thu, 7 Apr 2022 09:41:28 +0200 From: Christoph Hellwig To: Johannes Thumshirn Cc: Christoph Hellwig , "dsterba@suse.cz" , Josef Bacik , David Sterba , Qu Wenruo , Naohiro Aota , "linux-btrfs@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" Subject: Re: cleanup btrfs bio handling, part 1 Message-ID: <20220407074128.GA15763@lst.de> References: <20220404044528.71167-1-hch@lst.de> <20220405145626.GY15609@twin.jikos.cz> <20220405150956.GA16714@lst.de> <20220406180023.GC15609@twin.jikos.cz> <20220407055343.GA13812@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Thu, Apr 07, 2022 at 06:48:42AM +0000, Johannes Thumshirn wrote: > > No problem. What branch should I use as baseline? for-next seems to > > be merged from not otherwise visible branches so I'm not sure that is > > a good baseline. > > > > Most (if not all) btrfs development happens based on misc-next which is > at https://github.com/kdave/btrfs-devel.git misc-next Eww. Having to track to it trees is a bit of a nightmare..