commit 746bc907093906100a46c0c4f4589aaf4db76b1a
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date:   Mon May 28 19:23:42 2007 -0400

    cleanup: remove unnecessary call to inherit_mnt
    
    Our unionfs_lookup doesn't need to call inherit_mnt: the lower mnts will be
    correct here (but not if other methods such as unionfs_rename call our
    lookup_backend helper function directly).
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

diff --git a/fs/unionfs/inode.c b/fs/unionfs/inode.c
index 4ddf9b8..0ce143d 100644
--- a/fs/unionfs/inode.c
+++ b/fs/unionfs/inode.c
@@ -147,7 +147,6 @@ static struct dentry *unionfs_lookup(struct inode *parent,
        if (!IS_ERR(ret)) {
                if (ret)
                        dentry = ret;
-               unionfs_inherit_mnt(dentry);
        }
 
        unionfs_check_inode(parent);
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to