DescriptionMake git cache delete a defunct directory instead of moving it
So the original intention of moving it to a different directory to be deleted later
was to (1) save it for diagnosis (2) be a single inode swap rather than a long
rmtree delete.
1. No one is actually looking at these directories
2. The tmpdir sometimes end up on a different partition, so it ends up being
a copy + delete instead. Since we're not getting timeouts from that, its
probably actually better to just straight up delete it.
BUG=410727
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=291818
Patch Set 1 #Patch Set 2 : lint #Messages
Total messages: 14 (5 generated)
|