From d62a031dbb99cdba91b93b404faccb224f965a5b Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Tue, 16 Sep 2008 00:01:53 -0400 Subject: [PATCH] Unionfs: remove unnecessary calls to copy_attr_times Signed-off-by: Erez Zadok --- fs/unionfs/inode.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.34.1