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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 0256AC35247 for ; Wed, 5 Feb 2020 22:49:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D0F2A2082E for ; Wed, 5 Feb 2020 22:49:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727579AbgBEWtD (ORCPT ); Wed, 5 Feb 2020 17:49:03 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:46652 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727546AbgBEWtC (ORCPT ); Wed, 5 Feb 2020 17:49:02 -0500 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1izTTc-00809s-GG; Wed, 05 Feb 2020 22:48:56 +0000 Date: Wed, 5 Feb 2020 22:48:56 +0000 From: Al Viro To: Stephen Rothwell Cc: Anna Schumaker , Trond Myklebust , NFS Mailing List , Linux Next Mailing List , Linux Kernel Mailing List , Dai Ngo Subject: Re: linux-next: manual merge of the vfs tree with the nfs-anna tree Message-ID: <20200205224856.GX23230@ZenIV.linux.org.uk> References: <20200206092512.5eb304b7@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200206092512.5eb304b7@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On Thu, Feb 06, 2020 at 09:25:12AM +1100, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the vfs tree got a conflict in: > > fs/nfs/dir.c > > between commit: > > 227823d2074d ("nfs: optimise readdir cache page invalidation") > > from the nfs-anna tree and commit: > > ef3af2d44331 ("nfs: optimise readdir cache page invalidation") > > from the vfs tree. > > I fixed it up (I used the nfs-anna tree version) and can carry the fix > as necessary. This is now fixed as far as linux-next is concerned, but > any non trivial conflicts should be mentioned to your upstream maintainer > when your tree is submitted for merging. You may also want to consider > cooperating with the maintainer of the conflicting tree to minimise any > particularly complex conflicts. Umm... OK, I'll redo that merge; FWIW, the only reason I pull that branch in the first place is that bunch of fixups needed to accomodate it for work.fs_parse changes. As soon as nfs-anna lands in mainline, I'm going to send Linus a pull requrest for work.fs_parse + fixups...