From: Erez Zadok Date: Tue, 16 Sep 2008 04:01:53 +0000 (-0400) Subject: Unionfs: remove unnecessary calls to copy_attr_times X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=eb2027182312419e0f8c21caad22f54223642519;p=unionfs-3.1.y.git Unionfs: remove unnecessary calls to copy_attr_times Signed-off-by: Erez Zadok --- diff --git a/fs/unionfs/inode.c b/fs/unionfs/inode.c index 241297b55ed..0d2eac11bc7 100644 --- a/fs/unionfs/inode.c +++ b/fs/unionfs/inode.c @@ -217,8 +217,6 @@ static struct dentry *unionfs_lookup(struct inode *parent, unionfs_postcopyup_release(dentry); } unionfs_copy_attr_times(dentry->d_inode); - /* parent times may have changed */ - unionfs_copy_attr_times(dentry->d_parent->d_inode); } unionfs_check_inode(parent);