From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752725AbaC3XVO (ORCPT ); Sun, 30 Mar 2014 19:21:14 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:56571 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752557AbaC3XVM (ORCPT ); Sun, 30 Mar 2014 19:21:12 -0400 Date: Mon, 31 Mar 2014 00:21:10 +0100 From: Al Viro To: Linus Torvalds Cc: Sedat Dilek , Linux Kernel Mailing List , linux-fsdevel Subject: Re: [git pull] vfs fixes Message-ID: <20140330232110.GN18016@ZenIV.linux.org.uk> References: <20140323164526.GJ18016@ZenIV.linux.org.uk> <20140330203307.GL18016@ZenIV.linux.org.uk> <20140330205537.GM18016@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 30, 2014 at 03:39:33PM -0700, Linus Torvalds wrote: > On Sun, Mar 30, 2014 at 1:55 PM, Al Viro wrote: > > > > Commit ID of that branch should be 7fc5aaa083922420e2dec5d985420cb5f959b1ce; > > diffs are the same as what sat there since last Sunday, commit messages > > got updated a bit. > > Ugh. You have apparently rebased the parts that I already pulled too, > which is annoying and causes duplicate commits. Sorry, I'd only noticed your pull after sending that... Missing commits on top of linux.git#master are in vfs.git#for-linus-2, so if you prefer to grab them from there, it's git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus-2 Shortlog: Al Viro (4): resizable namespace.c hashes keep shadowed vfsmounts together don't bother with propagate_mnt() unless the target is shared switch mnt_hash to hlist Diffstat: fs/mount.h | 4 +-- fs/namespace.c | 177 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------- fs/pnode.c | 26 +++++++++------ fs/pnode.h | 4 +-- 4 files changed, 134 insertions(+), 77 deletions(-)