projects
/
unionfs-2.6.34.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fe0be2
)
cleanup: remove unnecessary call to inherit_mnt
author
Erez_Zadok
<ezk@cs.sunysb.edu>
Mon, 28 May 2007 23:23:42 +0000
(19:23 -0400)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Sun, 23 Feb 2014 19:02:59 +0000
(14:02 -0500)
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
patch
|
blob
|
history
diff --git
a/fs/unionfs/inode.c
b/fs/unionfs/inode.c
index dfe516eb9818b396a74d132058938853e5f06ae7..85730cc05a4630df4c8ea854b773cb1248e5f99f 100644
(file)
--- a/
fs/unionfs/inode.c
+++ b/
fs/unionfs/inode.c
@@
-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);