cleanup: remove unnecessary call to inherit_mnt
authorErez_Zadok <ezk@cs.sunysb.edu>
Mon, 28 May 2007 23:23:42 +0000 (19:23 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 20 Jun 2014 00:40:00 +0000 (20:40 -0400)
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 <ezk@cs.sunysb.edu>
fs/unionfs/inode.c

index dfe516eb9818b396a74d132058938853e5f06ae7..85730cc05a4630df4c8ea854b773cb1248e5f99f 100644 (file)
@@ -269,7 +269,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);