Skip to content

Commit

Permalink
remove step 7 markAncestorsInCloud() in renameCachedDirectoryHelper()
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabnsky committed Oct 24, 2023
1 parent 11ffefe commit 6e7179d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions component/attr_cache/attr_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 6e7179d

Please sign in to comment.