Have a dedicated /Downloads/.Trash
On a device, MyFiles/Downloads is a separate volume to MyFiles which is bind mounted. As a result, moving a file from MyFiles/Downloads/ into MyFiles/.Trash is a copy operation rather than move. To fix this, we will have a dedicated MyFiles/Downloads/.Trash for items under Downloads which guarantees that all deletes will stay fast. Bug: 953310 Change-Id: Ib1bc6d9da2aec45e1d4b43eae25cb02b230b117f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2469645Reviewed-by:Noel Gordon <noel@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#819682}
Showing
Please register or sign in to comment