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=d62a031dbb99cdba91b93b404faccb224f965a5b;p=unionfs-2.6.39.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);