Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp752979ybe; Mon, 2 Sep 2019 08:36:50 -0700 (PDT) X-Google-Smtp-Source: APXvYqyI+bltCU6F67Kk22e7NDRdkAIwqpaamRRwBb/o8gDmePb7EWizEKLTJHkbEzHjqece2Dh2 X-Received: by 2002:a17:902:8e8b:: with SMTP id bg11mr29908457plb.93.1567438610618; Mon, 02 Sep 2019 08:36:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567438610; cv=none; d=google.com; s=arc-20160816; b=VQIXJ5x6yCHSeUUqfianO6yzwCVmBG7VOzd7cHF4+9J1V1fLiGPpyFYu8lh4aZKxF+ BGvHhOH7TQHx3O9cex/4xbEMgmtnGwWd1TynG9RC7kCHGY/HZqeBh+hC3oNPPtcKGn1K ipFEF6SlExnLdz/UQhnwjyZRJ8YAaWM167j0zgqAEz5Erk0TS/S3oU/8SJIroU49xg98 Ydc69a6vKBG9fRdhGM3p/aoJY3Q++YjgP2VxhAJvPiiG4OPs4Qnl1Vxt5KO/1uUddpJY AGtCt18f8ff7cWXAlyTiDQsVd3j8kBhKiTVYCynZ6A42XYSmouwv78Ij18TiHlDb1YUI ZTqg== 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; bh=mB9zuaNfxU/HLQzpDKec+uaLCX7cTH6L1n0nh+9EWsc=; b=dhIZRzVdPjgbyai4tI276bUW+yPN6vODyXBs1T1Bg0vI9TI+s/3zgeFP/sCGZPzApp 75MzaCVDE44qoBYXBwKCbPesoHzMU7Z+nxphXS4QOzQ/GCTfxTqnG5+M+uP0+n89SMuH 7XyRxXSwjHH92bIqaHMGUV+XUs47V4kyj79CSJskGaZWd6YW75pn3zmx03X+SdG5NzkD 7P63fazXXQnw0YkcCs+NdmG0F7H4WDsgYIvrIFeRb3ENkJ9k46A6AafuhnOGJp2US0s8 N8yCooT0eTVa+saydkJqZXB0laYbhYskYuEknl8W8867YqvqYKgnziKQlTAPWtriZdoN NDIA== 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 h31si11763889pgm.129.2019.09.02.08.36.27; Mon, 02 Sep 2019 08:36:50 -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 S1726053AbfIBPaK (ORCPT + 99 others); Mon, 2 Sep 2019 11:30:10 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:43218 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725781AbfIBPaJ (ORCPT ); Mon, 2 Sep 2019 11:30:09 -0400 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.92.1 #3 (Red Hat Linux)) id 1i4oHM-0000An-6r; Mon, 02 Sep 2019 15:30:04 +0000 Date: Mon, 2 Sep 2019 16:30:04 +0100 From: Al Viro To: Miklos Szeredi Cc: David Howells , Stephen Rothwell , Linux Next Mailing List , Linux Kernel Mailing List , Stefan Hajnoczi Subject: Re: linux-next: manual merge of the vfs tree with the fuse tree Message-ID: <20190902153004.GD1131@ZenIV.linux.org.uk> References: <20190830130119.446e7389@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 02, 2019 at 05:10:27PM +0200, Miklos Szeredi wrote: > On Mon, Sep 2, 2019 at 11:00 AM Miklos Szeredi wrote: > > > > On Fri, Aug 30, 2019 at 5:01 AM Stephen Rothwell wrote: > > > > > > Hi all, > > > > > > Today's linux-next merge of the vfs tree got a conflict in: > > > > > > fs/fuse/inode.c > > > > > > between commit: > > > > > > 1458e5e9f99a ("fuse: extract fuse_fill_super_common()") > > > > > > from the fuse tree and commit: > > > > > > 2ad9ab0f7429 ("vfs: Convert fuse to use the new mount API") > > > 48ceb15f98c8 ("vfs: Move the subtype parameter into fuse") > > > > And the latter is b0rked anyway. > > Both, actually. > > Pushed fixed ones to fuse.git#for-next. ... originals cheerfully dropped; will be gone in today's push to vfs.git#for-next.