From: Erez Zadok Date: Wed, 21 Nov 2007 03:23:08 +0000 (-0500) Subject: Unionfs: set lower mnt after mkdir which resulted in copyup X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=61c0a2f28d8b8f1a456e08bbdc67650fa763cb6e;p=unionfs-odf.git Unionfs: set lower mnt after mkdir which resulted in copyup Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/inode.c b/fs/unionfs/inode.c index 82c2398e3a..c646c80f67 100644 --- a/fs/unionfs/inode.c +++ b/fs/unionfs/inode.c @@ -533,8 +533,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);