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=da31bcf573bb77c92a6ee0ae994f26fe9d8476c7;p=unionfs-3.16.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 241297b55edc..0d2eac11bc77 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);