From: Erez Zadok Date: Sun, 30 Mar 2008 21:15:08 +0000 (-0400) Subject: Unionfs: update lower mnts on rmdir with copyup X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=796bd8de4349e1b2806b82e6698c19e6c90f3935;p=unionfs-3.17.y.git Unionfs: update lower mnts on rmdir with copyup Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/unlink.c b/fs/unionfs/unlink.c index c66bb3ee2d29..cad0386b530b 100644 --- a/fs/unionfs/unlink.c +++ b/fs/unionfs/unlink.c @@ -280,6 +280,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)