Received: by 2002:ac0:98c7:0:0:0:0:0 with SMTP id g7-v6csp1396077imd; Thu, 1 Nov 2018 15:06:06 -0700 (PDT) X-Google-Smtp-Source: AJdET5fvf5LV6PNFphLgi3d50X4C81kMCK6Pi92hFaTKjfQ/2EcOuld30oYY0zQZwE3mCrSBoIbG X-Received: by 2002:a63:2315:: with SMTP id j21mr8810454pgj.297.1541109966083; Thu, 01 Nov 2018 15:06:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1541109966; cv=none; d=google.com; s=arc-20160816; b=FkX/1dNQxmtRlSkzQwmpqgZUeCOz9P7SIkjtv30HtPqkjZMLyMnZPhq6UxQ4trhssi k++ogJ1WjhiuZ6UCPbLyKWfe9e44yQdfRlXFbIMlsalBWn8I1FHVN7HKtoo9W6CXgy3Y n5oHtWt+rqSDAfbMwVIDdV7COLekp/XLMsvQLzmoTlcRJQDTzDi1FPM0A7x5/8K6NqOG it0zZkZM4VAE9OXTXYYbj5X6hjLnI7nrdbDjYHLWeW2+Wt7edB6cOGGczhYnZz+C3vvU cYCXjWDjpuD4FHsMrimw3Gc9KQQI8u3ltTe6guRUk5+mxhKWfG+g2DKjS4u4ne89JB3s twdg== 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=6iTy7fR+3E+OBUY0mwzOwqN/7sUjiSeOxUxQtHJW/KM=; b=UdsbBSJD9X852uBVl+X+88RAgZstZieN9cGcyedL/x03mZmlJjNOlzg+ps+OS2zJfw ro7d2+OwuSQ2D2UyKtbHyr3KAJNLI0SbpDlPrPkskh7sGC2jsrs0ZrJSjEbvWwtIj8su Rr6ctuuDK/7PnsgptRB5BF1eLJ1axbLvQU7IcltgBmuSSZF8GP+Byg2x2OrPeVsGcBbE QoNvvXoPDfGNRDkxp2oxnmlKy9ygFuDTbwJB3jpB90JW/Jsm2Yo+IyEm1EF2onbYm6WM bMAP1MrJ34ah2z4CUCpFW8dW7YZztDbPEUbDnt+cIkE0CwSDLTXrW5IMfvKh8/49d38+ 5sBQ== 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 y9-v6si4887384plt.298.2018.11.01.15.05.49; Thu, 01 Nov 2018 15:06:06 -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 S1727771AbeKBHKP (ORCPT + 99 others); Fri, 2 Nov 2018 03:10:15 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:57014 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726273AbeKBHKP (ORCPT ); Fri, 2 Nov 2018 03:10:15 -0400 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.90_1 #2 (Red Hat Linux)) id 1gIL5b-0004AK-2e; Thu, 01 Nov 2018 22:05:19 +0000 Date: Thu, 1 Nov 2018 22:05:19 +0000 From: Al Viro To: Linus Torvalds Cc: dhowells@redhat.com, swhiteho@redhat.com, john.johansen@canonical.com, alan.christopher.jenkins@gmail.com, ebiederm@redhat.com, linux-fsdevel@vger.kernel.org, Linux Kernel Mailing List Subject: Re: [git pull] mount API series Message-ID: <20181101220518.GT32577@ZenIV.linux.org.uk> References: <20181031053355.GQ32577@ZenIV.linux.org.uk> <28156.1541092687@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 01, 2018 at 11:33:31AM -0700, Linus Torvalds wrote: > Al - can I ask you to look at helping David with something like that? > You tend to be very good at generating those patch-series with > "obviously no changes" for the individual patches, but the end result > ends up being totally different from the starting point (I'm thinking > of all the locking and dentry refcounting series). I'll try. Before we go there, I'd like to get the rest of vfs.git off my hands - AFS series and misc pile. Will send pull requests shortly, then - this stuff. Do you mind if we end up with work.mount rebased? The usual objections re testing in -next do not apply in this case, AFAICS...