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 2EB4EC001B0 for ; Wed, 26 Jul 2023 12:56:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231645AbjGZM4y (ORCPT ); Wed, 26 Jul 2023 08:56:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57474 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230229AbjGZM4x (ORCPT ); Wed, 26 Jul 2023 08:56:53 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 608BE10B for ; Wed, 26 Jul 2023 05:56:52 -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=Id7vfTLtTYbi6sE3LMYNU4eSHBy5HQ1GMeGalP28c3Q=; b=uW5Lk4TINCx3M56JzMu1EozgSv +YJqgainA/JpUgW4yp0pLG8LMkrXqDfqixD2IffgeatIMouxc4+TNYuiMp8xxMyqWHjfIupU4ME76 FHB19dIynTbQM34zngpTlhZQDxVBM0S0LaKDQlg0E9rxm2c0OXMlaQklzNNAafuPQP67VBPMfr6De NG2knLvhlcpHuQO1RkBybEFg/f7AbrVHU9vTr7h114z7phujZjbuzs4+Sq2SQhq+IEPC3MyPcfn5P buUoGjeERxJ8Ch6OjHyglW8mjhFeeF+vpGwB4LxjWPN4o4jE8xFzR7XQ2sBPVTpYW/xpKV/T4PjKr hgikBDkw==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qOe4M-00ASpa-0p; Wed, 26 Jul 2023 12:56:46 +0000 Date: Wed, 26 Jul 2023 05:56:46 -0700 From: Christoph Hellwig To: David Sterba Cc: Christoph Hellwig , Boris Burkov , Chris Mason , Josef Bacik , David Sterba , linux-btrfs@vger.kernel.org Subject: Re: btrfs NOCOW fix and cleanups Message-ID: References: <20230724142243.5742-1-hch@lst.de> <20230724183033.GB587411@zen> <20230724194923.GC30159@lst.de> <20230724195824.GA30526@lst.de> <20230725214225.GJ20457@twin.jikos.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230725214225.GJ20457@twin.jikos.cz> 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-btrfs@vger.kernel.org On Tue, Jul 25, 2023 at 11:42:25PM +0200, David Sterba wrote: > On Mon, Jul 24, 2023 at 09:58:24PM +0200, Christoph Hellwig wrote: > > On Mon, Jul 24, 2023 at 09:49:23PM +0200, Christoph Hellwig wrote: > > > Yeah, looks like for-next got rebased again today. I'll rebase and > > > push it out to the git tree later today and can resend as needed. > > > > Looks like for-next has in fact pulled this series in already. > > Please note that for-next is a preview branch and for early testing. I know (by now), just wanted to put out the explanation why Boris saw the reject. If at some point there is a good time to tweak the btrfs process, it would be really nice to name the branch that ends up in linux-next for-next like in every other subsystem, and to not use two different git trees, which both are things that confused even me as a long time kernel contributor horribly.