Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp293257imm; Mon, 4 Jun 2018 17:59:49 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJ6qO8PuSl7kKYu0xVzcIlSIe2Y7wuR7o290CdIuicKn3k8/qkRg4rnhs9fuhyRI5BRGCL2 X-Received: by 2002:a17:902:125:: with SMTP id 34-v6mr24590792plb.42.1528160389009; Mon, 04 Jun 2018 17:59:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528160388; cv=none; d=google.com; s=arc-20160816; b=0GQJgmE5JDmalXlxEk+eP6IV8E3ngIjP6TdBEc0A8EfRJq2Dcv37Pt5BQkxYwzQU6b gcr7JWoea4wvz4ilbxPHphLMOkfqaK0wSvRfrHU/p9HRuqC9U/fdM4bGgAF9mNbRWFcj aSatbcULJpo2Lliv8f+XKT+bhzOeVGM2v4cZBkJn54eRgy0t9pQeebOmoIroRPM6tZ5B vt4gwucTV9SeWPHkONPEahuvROGRr/9IlqDh+9zwoIckRmzErwSHKl4DE6WttgcPk8Ht rHmfBr1j8vLe8W5V6izJkU0kHN4FX0/FebXvN6mY5XpLiVo+EQJnBj/BZLdBztIDOTaY E79g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=nQNvfy3sX7LVRM7mFstllrGHh1MkMjsvNnqb1ulPEQQ=; b=aGVk3DdeAp5RaYAKZT2c290A2WjPzq+jfAH577WdPs/E+VnaLcD2FlzqVSpEwLFIL3 51i15LVH9EnAU37Dpl0FN7yrVhBi9Wnwf3qRGumT4RKsi0PMu9AnSX5HcROA/Kw5enXI G1zxackp7nx7hUGZ9g5HEriHGVWt0R1niZbd/F60zWH+pf1ovTEQrlf+09s8FlpnyNSX ReShKqDIBmAWeE4YcSf2YaQHXTmVH+KDnRsrHCcmU/4WxuiT/WocQFog1zi0OppJzITS KV1mAocHkkTWGFcBtw1VWuFe27b77qyOia+OKXkC89v5B2A9lyBzJCklRzeVoeTGivyD vuXg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a68-v6si6704802pfc.106.2018.06.04.17.59.34; Mon, 04 Jun 2018 17:59:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751343AbeFEA7I (ORCPT + 99 others); Mon, 4 Jun 2018 20:59:08 -0400 Received: from ipmail03.adl2.internode.on.net ([150.101.137.141]:55574 "EHLO ipmail03.adl2.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751099AbeFEA7H (ORCPT ); Mon, 4 Jun 2018 20:59:07 -0400 Received: from ppp59-167-129-252.static.internode.on.net (HELO dastard) ([59.167.129.252]) by ipmail03.adl2.internode.on.net with ESMTP; 05 Jun 2018 10:29:06 +0930 Received: from dave by dastard with local (Exim 4.80) (envelope-from ) id 1fQ0JU-0001e8-Et; Tue, 05 Jun 2018 10:59:04 +1000 Date: Tue, 5 Jun 2018 10:59:04 +1000 From: Dave Chinner To: Stephen Rothwell Cc: "Darrick J. Wong" , linux-xfs@vger.kernel.org, Linux-Next Mailing List , Linux Kernel Mailing List , Andreas Gruenbacher , Bob Peterson , Christoph Hellwig Subject: Re: linux-next: manual merge of the xfs tree with Linus' tree Message-ID: <20180605005904.GY10363@dastard> References: <20180605103403.3e5b2c91@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180605103403.3e5b2c91@canb.auug.org.au> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 05, 2018 at 10:34:03AM +1000, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the xfs tree got a conflict in: > > fs/gfs2/bmap.c > > between commit: > > 628e366df11c ("gfs2: Iomap cleanups and improvements") > > from Linus' tree and commit: > > 7ee66c03e40a ("iomap: move IOMAP_F_BOUNDARY to gfs2") > > from the xfs tree. > > I fixed it up (see below) 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. We should have seen this before the gfs2 tree was merged into Linus' tree. Does that mean the gfs2 tree is not being pulled into the linux-next tree? Cheers, Dave. -- Dave Chinner david@fromorbit.com