From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [git pull] vfs fixes Date: Mon, 31 Mar 2014 00:21:10 +0100 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 Cc: Sedat Dilek , Linux Kernel Mailing List , linux-fsdevel To: Linus Torvalds Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.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(-)