projects
/
unionfs-2.6.27.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eee285c
)
Unionfs: set lower mnt after mkdir which resulted in copyup
author
Erez Zadok
<ezk@cs.sunysb.edu>
Wed, 21 Nov 2007 03:23:08 +0000
(22:23 -0500)
committer
Erez Zadok
<ezk@cs.sunysb.edu>
Fri, 22 Nov 2013 23:54:48 +0000
(18:54 -0500)
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 1708f40acc869706a4e8ff26a2cf1e1f1eeddb85..9c144beb73e0cf8bce59481edc3175862a14a5a9 100644
(file)
--- a/
fs/unionfs/inode.c
+++ b/
fs/unionfs/inode.c
@@
-674,8
+674,10
@@
out:
kfree(name);
- if (!err)
+ if (!err)
{
unionfs_copy_attr_times(dentry->d_inode);
+ unionfs_postcopyup_setmnt(dentry);
+ }
unionfs_check_inode(parent);
unionfs_check_dentry(dentry);
unionfs_unlock_dentry(dentry);