commit 1b3c8f1620d29fd9ab5db5d32f680535980e6a08
Author: Rachita Kothiyal <[EMAIL PROTECTED]>
Date: Wed Apr 2 16:40:09 2008 -0400
Unionfs: update lower mnts on rmdir with copyup
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
diff --git a/fs/unionfs/unlink.c b/fs/unionfs/unlink.c
index c77f430..7242b23 100644
--- a/fs/unionfs/unlink.c
+++ b/fs/unionfs/unlink.c
@@ -288,6 +288,8 @@ out:
!unionfs_lower_inode_idx(inode, dend))
ibstart(inode) = ibend(inode) = -1;
d_drop(dentry);
+ /* update our lower vfsmnts, in case a copyup took place */
+ unionfs_postcopyup_setmnt(dentry);
}
if (namelist)
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs