From: Erez Zadok Date: Fri, 19 Sep 2008 02:22:26 +0000 (-0400) Subject: Unionfs: remove unnecessary calls to copy_attr_times X-Git-Tag: unionfs-2.5~11 X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=89f5f92cc65a2a89f517d04b3657390d74ecf1f4;p=unionfs-2.6.25.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 84efb306ce9..5fad340c2c6 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);