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 0872BC7EE25 for ; Thu, 11 May 2023 18:06:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239193AbjEKSF7 (ORCPT ); Thu, 11 May 2023 14:05:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60046 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239176AbjEKSFq (ORCPT ); Thu, 11 May 2023 14:05:46 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C6557EF5; Thu, 11 May 2023 11:05:17 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6BAFF65089; Thu, 11 May 2023 18:04:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA4F1C433A0; Thu, 11 May 2023 18:04:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683828294; bh=mco4oTL57mosI1X2KV83dSvjzytX/uT+qJN5u+MQ7Z0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hFeLBm+ZZSjBmLA3UskkIK/7uK8zfqd8LM37nyi62+cAYUlOZMos7al4f7Kp7vMy2 CMet6Gt3TCKIvzR1Xqd6WkOKY+v1eoK/qpr9Zf5D7kfX0ezUUIArPV6nmRj2eMWjaQ Cy/Vje0wDpvLJRm0xMmLlDb4wzJkQV3VVUFPf7wxnFiNwZBgW89pSUEp+jjDQWXckS iMIbbzm4vDwHN0ieD1qDh9RfCToK7g5jyba/moPlqdf1CD6011BPK9IAk/BhAHaN60 Dms1Mndk9HG8j1GILNxCROgTEH/cCFcjCi+e00O03YVogaXikJNompg/sJNnfvjWqT /9LMrrWx8w91A== Date: Thu, 11 May 2023 20:04:54 +0200 From: Christian Brauner To: Stephen Rothwell Cc: Jens Axboe , Christian Brauner , Seth Forshee , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: manual merge of the block tree with the vfs-idmapping tree Message-ID: <20230511-fragil-lohnt-618b71af4669@brauner> References: <20230510105543.165f102b@canb.auug.org.au> <20230511110750.76a33556@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230511110750.76a33556@canb.auug.org.au> Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Thu, May 11, 2023 at 11:07:50AM +1000, Stephen Rothwell wrote: > Hi Jens, > > On Wed, 10 May 2023 06:48:39 -0600 Jens Axboe wrote: > > > > Yes, since Linus didn't like the original approach, it was redone > > and that particular patch was originally forgotten and then redone > > without the 'nonblock' variable. So you should just ignore the > > old version, and Christian should just drop that branch from his > > for-next tree as it's dead. > > That appears to have been done now, thanks. Yeah, sorry. LSFMM makes it a bit hard to be consistent about my replies and after my first reply I only had rolled vfs/for-next rolled forward but not vfs-idmapping/for-next. The latter repo will likely go away soonish and then only vfs/* will be left. Christian