diff --git a/component/attr_cache/attr_cache.go b/component/attr_cache/attr_cache.go index 1659f63e8..b450909bf 100644 --- a/component/attr_cache/attr_cache.go +++ b/component/attr_cache/attr_cache.go @@ -300,9 +300,6 @@ func (ac *AttrCache) renameCachedDirectoryHelper(srcItem *attrCacheItem, srcDir ac.renameCachedDirectoryHelper(srcChildItm, srcDir, dstDir, time) } - // 7.) if step 1 is true, markAncestorsIncloud(destination name) - ac.markAncestorsInCloud(dstPath, time) - srcItem.markDeleted(time) }