From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Blunck Subject: [PATCH] Preparation work for VFS based union mounts Date: Wed, 17 Jun 2009 22:45:04 +0200 Message-ID: <1245271510-31542-1-git-send-email-jblunck@suse.de> Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, vaurora@redhat.com, hch@lst.de, miklos@szeredi.hu To: viro@ZenIV.linux.org.uk Return-path: Received: from cantor.suse.de ([195.135.220.2]:41469 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754461AbZFQUpJ (ORCPT ); Wed, 17 Jun 2009 16:45:09 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Al, here are some patches that are indenpendant from but necessary for the union mount patch set. Valerie and I think they are ok to go in separately from the rest of the patches. Thanks, Jan Jan Blunck (6): VFS: BUG() if somebody tries to rehash an already hashed dentry VFS: propagate mnt_flags into do_loopback VFS: Make lookup_hash() return a struct path VFS: Remove unnecessary micro-optimization in cached_lookup() VFS: Make real_lookup() return a struct path VFS: Introduce dput() variant that maintains a kill-list fs/dcache.c | 116 ++++++++++++++++++++++++++++--- fs/namei.c | 209 +++++++++++++++++++++++++++++++------------------------- fs/namespace.c | 7 +- 3 files changed, 225 insertions(+), 107 deletions(-)